aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-21 09:26:50 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-21 09:30:50 +0200
commit8aaf5142f1593b1a32f220173a4196119c67c124 (patch)
tree370975ceef90c01a8dd5dac48e96cd8ad12c3fa3 /cabal-helper.cabal
parentc7aba0dbaaf7889e2cc653bf203e4b046b9a5029 (diff)
spec: Compile with every Cabal version under the sun
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal13
1 files changed, 12 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 183afba..b0df657 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -86,10 +86,21 @@ Test-Suite spec
Default-Language: Haskell2010
Type: exitcode-stdio-1.0
Main-Is: Spec.hs
- Hs-Source-Dirs: tests
+ Hs-Source-Dirs: tests, .
GHC-Options: -Wall
Build-Depends: base >= 4.5 && < 5
, cabal-helper
, extra
, unix
+ , Cabal >= 1.14 && < 1.23
+ , data-default
+ , directory
+ , filepath
+ , transformers
+ , mtl
, process
+ , ghc-prim
+ , bytestring
+ , utf8-string
+ , template-haskell
+ , temporary \ No newline at end of file