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

add -threaded to cabal file

parent 3ef3a710
......@@ -52,6 +52,7 @@ data-files:
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded
build-depends:
base ==4.6.*,
aeson >=0.6 && < 0.8,
......@@ -117,6 +118,7 @@ library
executable IHaskell
-- .hs or .lhs file containing the Main module.
main-is: src/Main.hs
ghc-options: -threaded
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