Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate ghc-8.2.2 and copyright update #54

Merged
merged 1 commit into from Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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