Commit 5ebe1573 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Switch to dynamic linker to avoid segfault on Ubuntu

parent e63ff01e
......@@ -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
......
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