diff --git a/semantic-diff.cabal b/semantic-diff.cabal index 377adc450..35356003c 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -45,7 +45,8 @@ library , vector default-language: Haskell2010 default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, OverloadedStrings - ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1" + ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1" -static + ld-options: -static executable semantic-diff-exe hs-source-dirs: app