Switch to dynamic linker to avoid segfault on Ubuntu

This commit is contained in:
Andrew Gibiansky 2014-08-20 11:45:02 -07:00
parent e63ff01ea9
commit 5ebe157364

View File

@ -51,7 +51,7 @@ data-files:
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded
ghc-options: -threaded -dynamic
build-depends:
aeson >=0.6 && < 0.9,
base >=4.6 && < 4.8,
@ -126,7 +126,7 @@ library
executable IHaskell
-- .hs or .lhs file containing the Main module.
main-is: src/Main.hs
ghc-options: -threaded
ghc-options: -threaded -dynamic
default-extensions: DoAndIfThenElse