summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-21 00:03:26 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-21 00:03:26 -0700
commit1963d343e94c03ce9317cf0806265be876300cca (patch)
tree99129a98f5c4ea53a40a67813420f726de7ca310
parent281913107162d5dcb84afde38e72b45e502ddc6a (diff)
parent3b1cf91e4f5c938cada75df9d980281dbef7f415 (diff)
downloadstylish-haskell-1963d343e94c03ce9317cf0806265be876300cca.tar.gz
Merge pull request #12 from trofi/master
.cabal: allow cmdargs-0.10
-rw-r--r--stylish-haskell.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 684d798..58d05f1 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,
@@ -64,6 +64,7 @@ Test-suite stylish-haskell-tests
Type: exitcode-stdio-1.0
Other-modules:
+ StylishHaskell.Parse.Tests
StylishHaskell.Step.Imports.Tests
StylishHaskell.Step.LanguagePragmas.Tests
StylishHaskell.Step.Records.Tests
@@ -80,7 +81,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,