Skip to content
Snippets Groups Projects
Commit cc745df8 authored by Mark Wright's avatar Mark Wright
Browse files

build with ghc 7.4.1-rc1

parent afd31cee
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ Library
}
else {
if impl(ghc>=6.11) {
Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
Build-depends: base >=4.1 && < 4.6, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
bytestring==0.9.*
}
else {
......@@ -58,7 +58,7 @@ Library
bytestring==0.9.*
}
}
Build-depends: filepath >= 1.1 && < 1.3, mtl >= 1.1 && < 2.1,
Build-depends: filepath >= 1.1 && < 1.4, mtl >= 1.1 && < 2.1,
utf8-string==0.3.* && >=0.3.6,
extensible-exceptions==0.1.* && >=0.1.1.0
Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment