Bump upper bounds for safe

This commit is contained in:
Stephen Diehl
2018-01-07 09:04:20 +00:00
parent 4694fee383
commit 8db43f6bff
4 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -11,6 +11,7 @@ copyright: 2016-2017 Stephen Diehl
category: Prelude
build-type: Simple
cabal-version: >=1.10
bug-reports: https://github.com/sdiehl/protolude/issues
tested-with:
GHC == 7.6.1,
GHC == 7.6.2,
@@ -24,7 +25,6 @@ tested-with:
GHC == 7.10.3,
GHC == 8.0.1,
GHC == 8.2.1
Bug-Reports: https://github.com/sdiehl/protolude/issues
description:
A sensible set of defaults for writing custom Preludes.
@@ -80,7 +80,7 @@ library
if impl(ghc >= 7.8.0)
build-depends:
safe >= 0.3 && <0.3.16
safe >= 0.3 && <0.4
else
build-depends:
safe >= 0.3 && <0.3.10
+6
View File
@@ -0,0 +1,6 @@
resolver: lts-10.0
packages:
- '.'
extra-deps:
flags: {}
extra-package-dbs: []
+6
View File
@@ -0,0 +1,6 @@
resolver: lts-9.0
packages:
- '.'
extra-deps:
flags: {}
extra-package-dbs: []
+6
View File
@@ -9,3 +9,9 @@ STACK_YAML=stack-7.10.yaml stack build --no-terminal
echo -e "\e[92mLTS 8.0"
STACK_YAML=stack-8.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 9.0"
STACK_YAML=stack-9.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 10.0"
STACK_YAML=stack-10.0.yaml stack build --no-terminal