46 lines
834 B
Text
46 lines
834 B
Text
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: adventofcode
|
|
version: 0.0.0
|
|
license: AGPL-3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
|
|
library
|
|
exposed-modules:
|
|
AoC.Day1
|
|
AoC.Day2
|
|
AoC.Day3
|
|
AoC.Day4
|
|
other-modules:
|
|
Paths_adventofcode
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall
|
|
build-depends:
|
|
attoparsec
|
|
, base ==4.*
|
|
, extra
|
|
, split
|
|
, text
|
|
default-language: Haskell2010
|
|
|
|
executable adventofcode
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_adventofcode
|
|
hs-source-dirs:
|
|
executable
|
|
ghc-options: -Wall
|
|
build-depends:
|
|
adventofcode
|
|
, attoparsec
|
|
, base ==4.*
|
|
, extra
|
|
, split
|
|
, text
|
|
default-language: Haskell2010
|