From 878eccd65ee784354f8a303cffdc52415fc2722e Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 4 Dec 2016 13:44:15 -0800 Subject: [PATCH] Only support GHC 7.10 or newer Dhall depends on `Numeric.Natural` which was first added in `base-4.8`, which ships with `ghc-7.10` --- .travis.yml | 9 --------- dhall.cabal | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25574a1..96ffd68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,15 +13,6 @@ before_cache: matrix: include: - - env: CABALVER=1.16 GHCVER=7.4.2 - compiler: ": #GHC 7.4.2" - addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: [hvr-ghc]}} - - env: CABALVER=1.16 GHCVER=7.6.3 - compiler: ": #GHC 7.6.3" - addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}} - - env: CABALVER=1.18 GHCVER=7.8.4 - compiler: ": #GHC 7.8.4" - addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}} - 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]}} diff --git a/dhall.cabal b/dhall.cabal index 9d0d6a5..0adc9bb 100644 --- a/dhall.cabal +++ b/dhall.cabal @@ -2,7 +2,7 @@ Name: dhall Version: 1.0.0 Cabal-Version: >=1.8.0.2 Build-Type: Simple -Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 +Tested-With: GHC == 7.10.2, GHC == 8.0.1 License: BSD3 License-File: LICENSE Copyright: 2016 Gabriel Gonzalez