Please enter the commit message for your changes. Lines starting

This commit is contained in:
Maxime Vorwerk
2024-04-12 16:55:50 +02:00
parent 309fabe525
commit 43c782078d
60 changed files with 87 additions and 340 deletions

View File

@@ -35,6 +35,8 @@ ghc-options:
library:
source-dirs: src
dependencies:
- hashable
executables:
pcc-haskell-exe:
@@ -46,6 +48,8 @@ executables:
- -with-rtsopts=-N
dependencies:
- pcc-haskell
- unordered-containers
- combinatorial
tests:
pcc-haskell-test:
@@ -57,3 +61,5 @@ tests:
- -with-rtsopts=-N
dependencies:
- pcc-haskell
- unordered-containers
- combinatorial