This commit is contained in:
Sidharth Kulkarni 2026-05-07 22:52:22 -07:00
parent c8e43990ed
commit 9d67af9901
Signed by: skulk
SSH key fingerprint: SHA256:Jby+S9d1WmwqnXIrngHgccYNHz+cYquxN1zm3ym3Kbg
6 changed files with 97 additions and 7 deletions

View file

@ -31,6 +31,8 @@ default-extensions:
- NamedFieldPuns
- TypeOperators
build-type: Simple
library:
source-dirs:
- src
@ -43,7 +45,7 @@ executable:
tests:
numberspec-test:
main: "Main.hs"
ghc-options: "-threaded -O0"
ghc-options: "-O0"
source-dirs:
- test