From f65835832769d7f13558ec34f2e1c15541ecbdb4 Mon Sep 17 00:00:00 2001 From: Junji Hashimoto Date: Tue, 25 Aug 2020 15:09:41 +0900 Subject: [PATCH] Add dynamic flag to load extra shared library --- ihaskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihaskell.cabal b/ihaskell.cabal index 944e56ff..6e7995f2 100644 --- a/ihaskell.cabal +++ b/ihaskell.cabal @@ -123,7 +123,7 @@ executable ihaskell hs-source-dirs: main other-modules: Paths_ihaskell - ghc-options: -threaded -rtsopts -Wall + ghc-options: -threaded -rtsopts -Wall -dynamic if os(darwin) ghc-options: -optP-Wno-nonportable-include-path