From 308c006a30452d13235df1784f17615bd176c010 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 21 May 2016 12:18:10 -0700 Subject: [PATCH] Quote with-rtsopts correctly --- postgrest.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 9a2a83fa2..38d2b61d9 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -24,7 +24,10 @@ Flag CI executable postgrest main-is: Main.hs default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes - ghc-options: -threaded -rtsopts -with-rtsopts="-N -I2" + ghc-options: + -threaded + -rtsopts + "-with-rtsopts=-N -I2" default-language: Haskell2010 build-depends: aeson (>= 0.8 && < 0.10) || (>= 0.11 && < 0.12) , base >= 4.8 && < 5