Day 2
This commit is contained in:
@@ -12,17 +12,19 @@ source-repository head
|
||||
location: https://github.com/ctsk/aoc-2022
|
||||
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
ghc-options: -Wall -O2 -ddump-simpl -ddump-to-file
|
||||
|
||||
library
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall -O2 -ddump-simpl -ddump-to-file
|
||||
exposed-modules:
|
||||
Lib
|
||||
Print
|
||||
Days.D01
|
||||
Parse
|
||||
Util
|
||||
Days.D01
|
||||
Days.D02
|
||||
build-depends:
|
||||
base ^>=4.18.0.0
|
||||
, megaparsec ^>=9.4.0
|
||||
|
||||
Reference in New Issue
Block a user