29 lines
832 B
Plaintext
29 lines
832 B
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.2.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: day10a
|
|
version: 0.1.0.0
|
|
description: Please see the README at <https://git.astolfo.cool/natty/aoc23#readme>
|
|
author: Natty
|
|
maintainer: natty.sh.git@gmail.com
|
|
copyright: 2023 Natty
|
|
build-type: Simple
|
|
|
|
executable day10a
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_day10a
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, containers
|
|
, lens
|
|
, megaparsec
|
|
, text
|
|
default-language: Haskell2010
|