Compare commits

..

2 Commits

Author SHA1 Message Date
Sean Hess
b0073fda01
Merge a241c36cee into b7ed4c4486 2024-07-22 11:55:30 -07:00
Sean Hess
b7ed4c4486 -threaded example 2024-07-22 09:23:39 -07:00
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ source-repository head
type: git
location: https://github.com/seanhess/hyperbole
executable woot
executable examples
main-is: Main.hs
other-modules:
Simple
@ -66,7 +66,7 @@ executable woot
DataKinds
DerivingStrategies
DeriveAnyClass
ghc-options: -Wall -fdefer-typed-holes
ghc-options: -Wall -fdefer-typed-holes -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, bytestring

View File

@ -49,6 +49,10 @@ dependencies:
executables:
examples:
main: Main.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
source-dirs:
- ../src
- ./