From d7bc98214233d368875a59f8f68823684d00bdd6 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Wed, 5 Jul 2017 08:02:57 +0200 Subject: [PATCH] Bump base upper bound for GHC 8.2 --- .travis.yml | 1 + protolude.cabal | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f04bb57ce..d62b1db2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: - CABALVER=1.22 GHCVER=7.10.2 - CABALVER=1.22 GHCVER=7.10.3 - CABALVER=1.24 GHCVER=8.0.1 + - CABALVER=2.0 GHCVER=8.2.1 # Note: the distinction between `before_install` and `install` is not # important. diff --git a/protolude.cabal b/protolude.cabal index 8e5d45489..d134f07ff 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -22,7 +22,8 @@ tested-with: GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3, - GHC == 8.0.1 + GHC == 8.0.1, + GHC == 8.2.1 Bug-Reports: https://github.com/sdiehl/protolude/issues description: @@ -65,7 +66,7 @@ library -fwarn-implicit-prelude build-depends: - base >= 4.6 && <4.10, + base >= 4.6 && <4.11, array >= 0.4 && <0.6, ghc-prim >= 0.3 && <0.6, async >= 2.0 && <2.2,