From 59583c6105e659cd100bbad902c8d5d3e7329495 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 24 May 2019 12:09:48 -0400 Subject: [PATCH] Ensure parse-examples gets passed the -threaded flag. --- semantic.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic.cabal b/semantic.cabal index bbacbeea7..a1df3b1c6 100644 --- a/semantic.cabal +++ b/semantic.cabal @@ -398,7 +398,7 @@ test-suite test ghc-options: -dynamic test-suite parse-examples - import: haskell, dependencies + import: haskell, dependencies, executable-flags type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Examples.hs