Raise base lower bound and disable GHC allowed-failing build as suggested in #117

This commit is contained in:
Jonathan Daugherty 2016-12-11 19:30:07 -08:00
parent 7d2807d940
commit 0c96b212fc
2 changed files with 19 additions and 21 deletions

View File

@ -6,10 +6,8 @@ notifications:
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
- env: CABALVER=1.20 GHCVER=7.4.2
env:
- CABALVER=1.20 GHCVER=7.4.2
- CABALVER=1.20 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.3
- CABALVER=1.22 GHCVER=7.10.1

View File

@ -49,7 +49,7 @@ source-repository head
library
default-language: Haskell2010
build-depends: base >= 4 && < 5,
build-depends: base >= 4.6 && < 5,
blaze-builder >= 0.3.3.2 && < 0.5,
bytestring,
containers,
@ -137,7 +137,7 @@ executable vty-mode-demo
ghc-options: -threaded
build-depends: vty,
base >= 4 && < 5,
base >= 4.6 && < 5,
containers,
data-default >= 0.5.3,
microlens,
@ -152,7 +152,7 @@ executable vty-demo
ghc-options: -threaded
build-depends: vty,
base >= 4 && < 5,
base >= 4.6 && < 5,
containers,
data-default >= 0.5.3,
microlens,
@ -169,7 +169,7 @@ test-suite verify-attribute-ops
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -201,7 +201,7 @@ test-suite verify-using-mock-terminal
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -234,7 +234,7 @@ test-suite verify-terminal
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
data-default >= 0.5.3,
@ -268,7 +268,7 @@ test-suite verify-display-attributes
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -294,7 +294,7 @@ test-suite verify-empty-image-props
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -321,7 +321,7 @@ test-suite verify-eval-terminfo-caps
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
blaze-builder >= 0.3.3.2 && < 0.5,
bytestring,
containers,
@ -351,7 +351,7 @@ test-suite verify-image-ops
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -379,7 +379,7 @@ test-suite verify-image-trans
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -406,7 +406,7 @@ test-suite verify-inline
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -434,7 +434,7 @@ test-suite verify-parse-terminfo-caps
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -466,7 +466,7 @@ test-suite verify-simple-span-generation
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -498,7 +498,7 @@ test-suite verify-crop-span-generation
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -530,7 +530,7 @@ test-suite verify-layers-span-generation
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -556,7 +556,7 @@ test-suite verify-utf8-width
Cabal >= 1.20,
QuickCheck >= 2.7,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -585,7 +585,7 @@ test-suite verify-using-mock-input
test-framework == 0.8.*,
test-framework-smallcheck == 0.2.*,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,
@ -622,7 +622,7 @@ test-suite verify-config
test-framework-smallcheck == 0.2.*,
test-framework-hunit,
random >= 1.0 && < 1.2,
base >= 4 && < 5,
base >= 4.6 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.5,