Commit 67bcd8f6 authored by Eyal Dechter's avatar Eyal Dechter

Removed filemanip dependency.

parent 518e1970
......@@ -73,11 +73,12 @@ library
directory,
here,
system-filepath,
filemanip,
filepath,
cereal ==0.3.*,
text >=0.11,
mtl >= 2.1
mtl >= 2.1,
transformers,
haskeline
exposed-modules: IHaskell.Display,
Paths_ihaskell,
IHaskell.Types,
......@@ -134,11 +135,12 @@ executable IHaskell
directory,
here,
system-filepath,
filemanip,
filepath,
cereal ==0.3.*,
text >=0.11,
mtl >= 2.1
mtl >= 2.1,
transformers,
haskeline
Test-Suite hspec
hs-source-dirs: src
......@@ -174,7 +176,9 @@ Test-Suite hspec
filepath,
cereal ==0.3.*,
text >=0.11,
mtl >= 2.1
mtl >= 2.1,
transformers,
haskeline
extensions: DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
......
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