From 844b22dff5f21436ade6a076116461d03e0dbebf Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 5 Apr 2020 20:15:35 +1000 Subject: [PATCH] Deprecate ghc-8.2.2 and copyright update --- .circleci/config.yml | 8 -------- hw-fingertree-strict.cabal | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87c3698..b6df952 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,13 +8,6 @@ orbs: workflows: multiple-ghc-build: jobs: - - haskell/build-with-binary-cache: - name: GHC 8.2.2 - executor: haskell/ghc-8_2_2 - context: haskell-ci - binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"} - test-no-output-timeout: 1200 - - haskell/build-with-binary-cache: name: GHC 8.4.4 executor: haskell/ghc-8_4_4 @@ -40,7 +33,6 @@ workflows: name: GitHub Release context: haskell-ci requires: - - GHC 8.2.2 - GHC 8.4.4 - GHC 8.6.5 - GHC 8.8.3 diff --git a/hw-fingertree-strict.cabal b/hw-fingertree-strict.cabal index 737fb45..d3ec7cd 100644 --- a/hw-fingertree-strict.cabal +++ b/hw-fingertree-strict.cabal @@ -21,11 +21,11 @@ homepage: https://github.com/haskell-works/hw-fingertree-strict#read bug-reports: https://github.com/haskell-works/hw-fingertree-strict/issues author: John Ky maintainer: newhoggy@gmail.com -copyright: 2017-2019 John Ky; +copyright: 2017-2020 John Ky; 2006 Ross Paterson, Ralf Hinze license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 +tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4 build-type: Simple extra-source-files: README.md @@ -33,7 +33,7 @@ source-repository head type: git location: https://github.com/haskell-works/hw-fingertree-strict -common base { build-depends: base >= 4.7 && < 5 } +common base { build-depends: base >= 4.11 && < 5 } common deepseq { build-depends: deepseq >= 1.4 && < 1.5 } common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }