1.4.0. Enable GHC 8.4, drop 7.10.

This commit is contained in:
Ian Grant Jeffries 2018-04-28 16:02:29 -04:00
parent 2591c61bdb
commit f9b4ecc694
4 changed files with 9 additions and 9 deletions

View File

@ -26,9 +26,6 @@ before_cache:
matrix:
include:
- compiler: "ghc-7.10.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.10.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.0.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}

View File

@ -1,3 +1,8 @@
# 1.4.0
+ Enable GHC 8.4 (thanks @4e6 !).
+ Drop GHC 7.10.
# 1.3.0
+ Test with GHC 8.2. Drop GHC 7.8.

View File

@ -1,5 +1,5 @@
name: hjsonpointer
version: 1.3.0
version: 1.4.0
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
@ -10,7 +10,7 @@ category: Data
build-type: Simple
cabal-version: >=1.10
-- Rerun multi-ghc-travis (executable make-travis-yml-2) after changing:
Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
extra-source-files:
changelog.md
README.md
@ -24,13 +24,11 @@ library
exposed-modules:
JSONPointer
build-depends:
base >= 4.6 && < 4.12
base >= 4.6 && < 5
, aeson >= 0.7
, hashable >= 1.2
, QuickCheck >= 2.8
, unordered-containers >= 0.2
, semigroups >= 0.18
-- ^ for GHCs < 8
, text >= 1.2
, vector >= 0.10

View File

@ -1,2 +1,2 @@
resolver: nightly-2017-09-18
resolver: lts-11.6
pvp-bounds: upper-revision