mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Switch to dynamic linker to avoid segfault on Ubuntu
This commit is contained in:
parent
e63ff01ea9
commit
5ebe157364
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user