Bump base upper bound for GHC 8.2

This commit is contained in:
Moritz Kiefer
2017-07-05 08:02:57 +02:00
parent d30d6a39ab
commit d7bc982142
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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.
+3 -2
View File
@@ -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,