From b71f71110248319adec235f83be5ea7191cd048d Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Wed, 14 Jun 2017 17:35:50 -0400 Subject: [PATCH] =?UTF-8?q?This=20is=20a=20nice=20linker=20you=20have=20he?= =?UTF-8?q?re.=20It=E2=80=99d=20be=20a=20shame=20if=20anything=20were=20to?= =?UTF-8?q?=20happen=20to=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semantic-diff.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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