From 804b06283d96abbfb06c01799d0b3b63087e4d18 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 17 Apr 2019 11:36:31 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++---- servant-quickcheck.cabal | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 579b027..9f1c2b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,16 +29,14 @@ before_cache: - rm -rfv $CABALHOME/packages/head.hackage matrix: include: - - compiler: ghc-8.6.3 - addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.3","cabal-install-2.4"]}} + - compiler: ghc-8.6.4 + addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.4","cabal-install-2.4"]}} - compiler: ghc-8.4.4 addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}} - compiler: ghc-8.2.2 addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}} - compiler: ghc-8.0.2 addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}} - - compiler: ghc-7.10.3 - addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.10.3","cabal-install-2.4"]}} before_install: - HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//') - HCPKG="$HC-pkg" diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index f754b06..d415809 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -13,7 +13,7 @@ category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.yaml -tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3 +tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.4 source-repository head type: git @@ -35,7 +35,7 @@ library build-depends: aeson >=0.8 && <2 - , base >=4.8 && <4.13 + , base >=4.9 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3