drop ghc7.6 support

This commit is contained in:
dbornside 2018-08-30 12:57:07 -04:00
parent f9bbf89b0f
commit d4bad99870
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#
# runghc make_travis_yml_2.hs 'monoidal-containers.cabal'
#
# For more information, see https://github.com/hvr/multi-ghc-travis
# For more information, see https://github.com/haskell-CI/haskell-ci
#
language: c
sudo: false
@ -43,9 +43,6 @@ matrix:
- compiler: "ghc-7.8.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.8.4], sources: [hvr-ghc]}}
- compiler: "ghc-7.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.6.3], sources: [hvr-ghc]}}
allow_failures:
- compiler: "ghc-8.6.1"

View File

@ -24,7 +24,7 @@ category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: Changelog.md
tested-with: GHC ==7.6.3, GHC ==7.8.4, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.3, GHC ==8.6.1
tested-with: GHC ==7.8.4, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.3, GHC ==8.6.1
source-repository head
type: git
@ -40,6 +40,7 @@ library
DeriveTraversable,
DeriveDataTypeable
build-depends: base >=4.5 && <4.12,
aeson >=1.0 && <1.5,
containers >=0.5 && <0.7,
deepseq >=1.3 && <1.5,
unordered-containers >= 0.2 && < 0.3,