summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@ubuntu-12.04>2013-02-24 12:22:55 +0100
committerGravatar Joey Hess <joey@kitenet.net>2013-02-28 16:02:17 -0400
commitd059e78914ef21c8f5bf4caef4775b42752ae6ac (patch)
treed5c09aab496cd545764a2ebc7df2527dba750454 /git-annex.cabal
parent8a3ac6573178d26d3c1af68093d8ad692f45aa53 (diff)
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.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index cc7ce6d46..a9af63ee7 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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,