require Cabal >= 1.20 for detailed-0.9 tests

This commit is contained in:
Jost Berthold 2015-11-24 00:03:12 +11:00
parent 537fe08f20
commit 77e03d4e51

View File

@ -13,7 +13,7 @@ license-file: LICENSE
author: Michael Budde, Ásbjørn V. Jøkladal, Jost Berthold
maintainer: jb.diku@gmail.com
build-type: Simple
cabal-version: >= 1.18
cabal-version: >= 1.20
tested-with: GHC==7.8.2, GHC==7.8.3, GHC==7.10.2
extra-source-files: cbits/Wrapper.cmm
cbits/Pack.c
@ -95,7 +95,7 @@ test-suite alltests
binary >= 0.7,
bytestring >= 0.10,
primitive >= 0.5,
Cabal >= 1.18,
Cabal >= 1.20,
packman
default-language: Haskell2010
if flag(debug)
@ -112,7 +112,7 @@ test-suite testmthread
binary >= 0.7,
bytestring >= 0.10,
primitive >= 0.5,
Cabal >= 1.18,
Cabal >= 1.20,
packman
default-language: Haskell2010
if flag(debug)
@ -131,7 +131,7 @@ test-suite quickchecktest
binary >= 0.7,
bytestring >= 0.10,
primitive >= 0.5,
Cabal >= 1.18,
Cabal >= 1.20,
QuickCheck >= 2.6,
packman
default-language: Haskell2010