From c02dd4aa984fe9b298b3a90d32480ba8163a89c1 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 22 Feb 2016 17:53:10 -0800 Subject: [PATCH] Enable real threads in test --- postgrest.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/postgrest.cabal b/postgrest.cabal index 21e51016e..406f6184b 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -129,6 +129,7 @@ Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes + ghc-options: -threaded -rtsopts -with-rtsopts=-N Hs-Source-Dirs: test, src Main-Is: Main.hs Other-Modules: Feature.AuthSpec