From 8df993408dc82d455f06711c4197d3cb08d0445e Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Tue, 16 Feb 2016 16:45:49 -0500 Subject: [PATCH] Set the correct flags --- semantic-diff.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/semantic-diff.cabal b/semantic-diff.cabal index 1f3dbdf63..f9206a83c 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -148,7 +148,10 @@ test-suite semantic-diff-test , semantic-diff , text >= 1.2.1.3 , quickcheck-text - ghc-options: -threaded -rtsopts -with-rtsopts=-N + if os(darwin) + ghc-options: -threaded -rtsopts -with-rtsopts=-N + else + ghc-options: -threaded -rtsopts -with-rtsopts=-N -pgml=script/g++ default-language: Haskell2010 default-extensions: DeriveGeneric, OverloadedStrings if os(darwin)