diff --git a/semantic-diff.cabal b/semantic-diff.cabal index 9ef6655f3..01b5b4b02 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -140,7 +140,7 @@ library executable semantic hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts "-with-rtsopts=-N -A4m -n2m" -static -j -O2 -pgml=script/g++ + ghc-options: -threaded -rtsopts "-with-rtsopts=-N -A4m -n2m" -static -j -O2 cc-options: -DU_STATIC_IMPLEMENTATION=1 cpp-options: -DU_STATIC_IMPLEMENTATION=1 build-depends: base @@ -198,7 +198,7 @@ test-suite test , unordered-containers , these , vector - ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++ + ghc-options: -threaded -rtsopts -with-rtsopts=-N -j default-language: Haskell2010 default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards