Commit 152ddb5c authored by Andrew Gibiansky's avatar Andrew Gibiansky

add -threaded to cabal file

parent 3ef3a710
...@@ -52,6 +52,7 @@ data-files: ...@@ -52,6 +52,7 @@ data-files:
library library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -threaded
build-depends: build-depends:
base ==4.6.*, base ==4.6.*,
aeson >=0.6 && < 0.8, aeson >=0.6 && < 0.8,
...@@ -117,6 +118,7 @@ library ...@@ -117,6 +118,7 @@ library
executable IHaskell executable IHaskell
-- .hs or .lhs file containing the Main module. -- .hs or .lhs file containing the Main module.
main-is: src/Main.hs main-is: src/Main.hs
ghc-options: -threaded
default-extensions: DoAndIfThenElse default-extensions: DoAndIfThenElse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment