days 11-15
This commit is contained in:
25
package.yaml
25
package.yaml
@@ -22,6 +22,7 @@ description: Please see the README on GitHub at <https://github.com/gith
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- ghc
|
||||
- containers
|
||||
# - modular-arithmetic
|
||||
|
||||
ghc-options:
|
||||
@@ -35,19 +36,19 @@ ghc-options:
|
||||
- -Wpartial-fields
|
||||
- -Wredundant-constraints
|
||||
|
||||
# library:
|
||||
# source-dirs: src
|
||||
library:
|
||||
source-dirs: src
|
||||
|
||||
executables:
|
||||
AOC22-exe:
|
||||
main: Main.hs
|
||||
source-dirs: src
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- AOC22
|
||||
# executables:
|
||||
# AOC22-exe:
|
||||
# main: Main.hs
|
||||
# source-dirs: src
|
||||
# ghc-options:
|
||||
# - -threaded
|
||||
# - -rtsopts
|
||||
# - -with-rtsopts=-N
|
||||
# dependencies:
|
||||
# - AOC22
|
||||
|
||||
# tests:
|
||||
# AOC22-test:
|
||||
|
||||
Reference in New Issue
Block a user