diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-03-28 19:39:17 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-03-28 19:39:17 +0100 |
commit | 12ce7b2b9110cbd59595775311294933adda171d (patch) | |
tree | 1c8ab0f697a915a030aa656ad40398bdf82080c6 | |
parent | 871334f10f2d4d8033d2aca73e8df8dc6f83c02f (diff) |
Whoops Cabal upper bound was off by one
-rw-r--r-- | cabal-helper.cabal | 2 |
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 |