Commit 6b22c664 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Removed -dynamic flag.

parent 368ccb84
...@@ -16,7 +16,6 @@ build-type: Custom ...@@ -16,7 +16,6 @@ build-type: Custom
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.16 cabal-version: >=1.16
build-tools: happy, cpphs
extra-source-files: extra-source-files:
build-parser.sh build-parser.sh
...@@ -25,6 +24,7 @@ extra-source-files: ...@@ -25,6 +24,7 @@ extra-source-files:
HaskellParser783.y.pp HaskellParser783.y.pp
library library
build-tools: happy, cpphs
exposed-modules: Language.Haskell.GHC.Parser, exposed-modules: Language.Haskell.GHC.Parser,
Language.Haskell.GHC.HappyParser Language.Haskell.GHC.HappyParser
-- other-modules: -- other-modules:
......
...@@ -51,14 +51,13 @@ data-files: ...@@ -51,14 +51,13 @@ data-files:
library library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -threaded -dynamic
build-depends: build-depends:
aeson >=0.6 && < 0.9, aeson >=0.6 && < 0.9,
base >=4.6 && < 4.8, base >=4.6 && < 4.8,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.2 && <0.10, classy-prelude >=0.9.5 && <0.10,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
...@@ -126,7 +125,7 @@ library ...@@ -126,7 +125,7 @@ library
executable IHaskell executable IHaskell
-- .hs or .lhs file containing the Main module. -- .hs or .lhs file containing the Main module.
main-is: src/Main.hs main-is: src/Main.hs
ghc-options: -threaded -dynamic ghc-options: -threaded
default-extensions: DoAndIfThenElse 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