summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-08-21 09:45:15 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2012-08-21 09:45:15 +0300
commit255d8d0e415a0f3cbfaf13fe84f48d395c12d402 (patch)
tree5077f737852c327b4ca908a199b255dc414fd3b6
parent281913107162d5dcb84afde38e72b45e502ddc6a (diff)
downloadstylish-haskell-255d8d0e415a0f3cbfaf13fe84f48d395c12d402.tar.gz
.cabal: allow cmdargs-0.10
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 684d798..733cacd 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -47,7 +47,7 @@ Executable stylish-haskell
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
- cmdargs >= 0.9 && < 0.10,
+ cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,
filepath >= 1.1 && < 1.4,
@@ -80,7 +80,7 @@ Test-suite stylish-haskell-tests
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
- cmdargs >= 0.9 && < 0.10,
+ cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,
filepath >= 1.1 && < 1.4,