aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-03-28 19:39:17 +0100
committerDaniel Gröber <dxld@darkboxed.org>2015-03-28 19:39:17 +0100
commit12ce7b2b9110cbd59595775311294933adda171d (patch)
tree1c8ab0f697a915a030aa656ad40398bdf82080c6 /cabal-helper.cabal
parent871334f10f2d4d8033d2aca73e8df8dc6f83c02f (diff)
Whoops Cabal upper bound was off by one
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 15e79b8..0cc4fb8 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -62,7 +62,7 @@ Executable cabal-helper-wrapper
X-Install-Target: $libexecdir
Build-Depends: base >= 4.5 && < 5
, bytestring
- , Cabal >= 1.16 && <= 1.22
+ , Cabal >= 1.16 && < 1.23
, directory
, filepath
, process