Commit d0854f84 authored by Sergei Trofimovich's avatar Sergei Trofimovich

ihaskell.cabal: add missing 'here' depend into testsuite

Preprocessing test suite 'hspec' for ihaskell-0.8.4.0...

Hspec.hs:20:18:
    Could not find module ‘Data.String.Here’
    It is a member of the hidden package ‘here-1.2.7@here_1j09jYtlmBB7SYT9WO9k1d’.
    Perhaps you need to add ‘here’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
Signed-off-by: 's avatarSergei Trofimovich <siarheit@google.com>
parent a43075af
......@@ -180,6 +180,7 @@ Test-Suite hspec
haskeline -any,
hlint >=1.9 && <2.0,
haskell-src-exts >=1.16 && < 1.18,
here,
hspec -any,
HUnit -any,
mtl >=2.1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment