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

Allow building with mtl-2.1.

parent 85fd88a4
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ Library ...@@ -53,7 +53,7 @@ Library
Build-depends: base>=3 && <4.1 , containers>=0.1 && < 0.3, directory==1.0.*, Build-depends: base>=3 && <4.1 , containers>=0.1 && < 0.3, directory==1.0.*,
bytestring==0.9.* bytestring==0.9.*
} }
Build-depends: filepath >= 1.1 && < 1.4, mtl >= 1.1 && < 2.1 Build-depends: filepath >= 1.1 && < 1.4, mtl >= 1.1 && < 2.2
Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances, Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances,
TypeSynonymInstances TypeSynonymInstances
FlexibleContexts, ExistentialQuantification FlexibleContexts, ExistentialQuantification
......
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