Fix hanging hie-core tests with stack (#2293)

This commit is contained in:
Andreas Herrmann 2019-07-26 14:08:51 +02:00 committed by Gary Verhaegen
parent ae37b4b21c
commit 5643bff2c6

View File

@ -111,6 +111,7 @@ library
executable hie-core
default-language: Haskell2010
hs-source-dirs: exe
ghc-options: -threaded
main-is: Main.hs
build-depends:
base == 4.*,
@ -153,7 +154,10 @@ test-suite hie-core-tests
tasty-hunit,
text
hs-source-dirs: test/cabal test/exe test/src
ghc-options: -threaded
main-is: Main.hs
other-modules:
Development.IDE.Test
Development.IDE.Test.Runfiles
default-extensions:
OverloadedStrings