Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e70ee1bb608b1be5fea4b0d8cccde18250022317 >--------------------------------------------------------------- commit e70ee1bb608b1be5fea4b0d8cccde18250022317 Author: Judah Jacobson <[email protected]> Date: Sat Apr 28 20:56:35 2012 +0000 Allow building with mtl-2.1. >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index cade0b3..c71d341 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -53,7 +53,7 @@ Library Build-depends: base>=3 && <4.1 , containers>=0.1 && < 0.3, directory==1.0.*, 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, TypeSynonymInstances FlexibleContexts, ExistentialQuantification _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
