1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Ensure parse-examples gets passed the -threaded flag.

This commit is contained in:
Patrick Thomson 2019-05-24 12:09:48 -04:00
parent 891527c491
commit 59583c6105

View File

@ -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