Skip to content

Commit

Permalink
Raise base lower bound and disable GHC allowed-failing build as sugge…
Browse files Browse the repository at this point in the history
…sted in #117
  • Loading branch information
jtdaugherty committed Dec 12, 2016
1 parent 7d2807d commit 0c96b21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 19 additions & 19 deletions vty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

2 comments on commit 0c96b21

@hvr
Copy link

@hvr hvr commented on 0c96b21 Dec 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jtdaugherty fwiw, this .cabal file looks as it would benefit significantly from haskell/cabal#2832 :-)

@jtdaugherty
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed!

Please sign in to comment.