Enable GHC 8.

This commit is contained in:
Ian Grant Jeffries 2016-05-26 11:47:23 -04:00
parent 59434d8b81
commit 8780997512
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@ matrix:
- env: CABALVER=1.22 GHCVER=7.10.2
compiler: ": #GHC 7.10.2"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
before_install:
- unset CC

View File

@ -9,7 +9,7 @@ maintainer: ian@housejeffries.com
category: Data
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.3
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
extra-source-files: changelog.md
README.md
@ -21,7 +21,7 @@ library
other-extensions: GeneralizedNewtypeDeriving
ghc-options: -Wall
build-depends: aeson >= 0.7 && < 0.12
, base >= 4.6 && < 4.9
, base >= 4.6 && < 4.10
, QuickCheck >= 2.8 && < 2.9
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3