Skip to content

Commit

Permalink
Merge pull request #54 from haskell-works/copyright-update-and-deprec…
Browse files Browse the repository at this point in the history
…ate-ghc-8.2.2

Deprecate ghc-8.2.2 and copyright update
  • Loading branch information
newhoggy committed Apr 5, 2020
2 parents de8d28b + 844b22d commit 6247ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions hw-fingertree-strict.cabal
Expand Up @@ -21,19 +21,19 @@ 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

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 }
Expand Down

0 comments on commit 6247ffe

Please sign in to comment.