|
|
|
@ -11,26 +11,7 @@ copyright: 2022 Author name here
|
|
|
|
|
category: Web
|
|
|
|
|
build-type: Simple
|
|
|
|
|
cabal-version: >=1.10
|
|
|
|
|
extra-source-files: README.md
|
|
|
|
|
CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
library
|
|
|
|
|
hs-source-dirs: src
|
|
|
|
|
exposed-modules:
|
|
|
|
|
Lib
|
|
|
|
|
other-modules:
|
|
|
|
|
Paths_day01
|
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
build-depends: base >= 4.7 && < 5, split
|
|
|
|
|
ghc-options: -Wall
|
|
|
|
|
-Wcompat
|
|
|
|
|
-Widentities
|
|
|
|
|
-Wincomplete-record-updates
|
|
|
|
|
-Wincomplete-uni-patterns
|
|
|
|
|
-Wmissing-export-lists
|
|
|
|
|
-Wmissing-home-modules
|
|
|
|
|
-Wpartial-fields
|
|
|
|
|
-Wredundant-constraints
|
|
|
|
|
|
|
|
|
|
executable day011
|
|
|
|
|
hs-source-dirs: src
|
|
|
|
@ -38,7 +19,7 @@ executable day011
|
|
|
|
|
other-modules:
|
|
|
|
|
Lib
|
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
build-depends: base >= 4.7 && < 5, split, day01
|
|
|
|
|
build-depends: base >= 4.7 && < 5, split
|
|
|
|
|
ghc-options: -Wall
|
|
|
|
|
-Wcompat
|
|
|
|
|
-Widentities
|
|
|
|
@ -55,7 +36,7 @@ executable day012
|
|
|
|
|
other-modules:
|
|
|
|
|
Lib
|
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
build-depends: base >= 4.7 && < 5, split, day01
|
|
|
|
|
build-depends: base >= 4.7 && < 5, split
|
|
|
|
|
ghc-options: -Wall
|
|
|
|
|
-Wcompat
|
|
|
|
|
-Widentities
|
|
|
|
|