Skip to content
Snippets Groups Projects
Commit dfdf5b4a authored by judah's avatar judah
Browse files

Simplify version dependencies to require ghc>=7.0.1.

parent cf749073
No related branches found
No related tags found
No related merge requests found
......@@ -50,15 +50,9 @@ flag legacy-encoding
Default: False
Library
if impl(ghc>=6.11) {
Build-depends: base >=4.1 && < 4.8, containers>=0.1 && < 0.6, directory>=1.0 && < 1.3,
bytestring>=0.9 && < 0.11
}
else {
Build-depends: base>=3 && <4.1 , containers>=0.1 && < 0.3, directory==1.0.*,
bytestring==0.9.*
}
Build-depends: filepath >= 1.1 && < 1.4, transformers >= 0.2 && < 0.4
Build-depends: base >=4.3 && < 4.8, containers>=0.4 && < 0.6,
directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
filepath >= 1.2 && < 1.4, transformers >= 0.2 && < 0.4
Default-Language: Haskell98
Default-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