git-annex.cabal: relax 'mtl >= 2.1' constraint to 'mtl >= 2'

Git-annex doesn't actually depend on mtl version 2.1. By relaxing this
constraint, builds can succeed on Ubuntu 12.04.
This commit is contained in:
Peter Simons 2013-02-24 12:22:55 +01:00 committed by Joey Hess
parent 85be9379b0
commit 2df5e25a06

View file

@ -68,7 +68,7 @@ Flag TestSuite
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network (>= 2.0), mtl (>= 2.1.1),
unix, containers, utf8-string, network (>= 2.0), mtl (>= 2),
bytestring, old-locale, time,
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,