summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Ben Gamari <bgamari.foss@gmail.com>2012-10-05 15:03:20 -0400
committerGravatar Ben Gamari <bgamari.foss@gmail.com>2012-10-05 15:03:35 -0400
commit9c7ce251e40212c3f3a4bf75589beba4d86767b2 (patch)
tree2f7667c9af4b07078b97c7a5efd343aaeb6c014a /git-annex.cabal
parent43c612c76563c765b48999a22956d1f9cf79704a (diff)
Admit base-4.6 in Build-Depends
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 048cad3d3..518c63d8d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -48,7 +48,7 @@ Executable git-annex
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
- base == 4.5.*, monad-control, transformers-base, lifted-base,
+ base >= 4.5 && < 4.7, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
@@ -95,7 +95,7 @@ Test-Suite test
Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
- base == 4.5.*, monad-control, transformers-base, lifted-base,
+ base >= 4.5 && < 4.7, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process
Other-Modules: Utility.Touch
Include-Dirs: Utility