Commit c2a6887c authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #113 from edechter/fix_hspec

Fix hspec
parents 92262f5f f1fbedf3
......@@ -80,6 +80,7 @@ library
mtl >= 2.1,
transformers,
haskeline
exposed-modules: IHaskell.Display
IHaskell.Eval.Completion
IHaskell.Eval.Evaluate
......@@ -192,7 +193,9 @@ Test-Suite hspec
text >=0.11,
mtl >= 2.1,
transformers,
haskeline
haskeline,
HUnit
extensions: DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
......
This diff is collapsed.
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