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:
parent
85be9379b0
commit
2df5e25a06
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue