Skip to content

Commit

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

Deprecate ghc-8.2.2 and copyright update
  • Loading branch information
newhoggy authored Apr 5, 2020
2 parents ff124d4 + e8c8a23 commit 4408c61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +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"}
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
cabal-test-extra: --test-show-details=direct

- haskell/build-with-binary-cache:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
Expand Down Expand Up @@ -44,7 +36,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
38 changes: 19 additions & 19 deletions hw-prim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainer: [email protected]
copyright: 2016-2020 John Ky
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

Expand All @@ -26,25 +26,25 @@ flag bounds-checking-enabled
manual: False
default: False

common base { build-depends: base >= 4 && < 5 }
common base { build-depends: base >= 4.11 && < 5 }

common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 }
common bytestring { build-depends: bytestring >= 0.9 && < 0.11 }
common criterion { build-depends: criterion >= 1.2 && < 1.6 }
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 }
common directory { build-depends: directory >= 1.2 && < 1.4 }
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common exceptions { build-depends: exceptions >= 0.8 && < 0.11 }
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.6 }
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 }
common hspec { build-depends: hspec >= 2.4 && < 2.8 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 }
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
common vector { build-depends: vector >= 0.12 && < 0.13 }
common unliftio-core { build-depends: unliftio-core >= 0.1.2.0 && < 0.2 }
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 }
common bytestring { build-depends: bytestring >= 0.9 && < 0.11 }
common criterion { build-depends: criterion >= 1.2 && < 1.6 }
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 }
common directory { build-depends: directory >= 1.2 && < 1.4 }
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common exceptions { build-depends: exceptions >= 0.8 && < 0.11 }
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.6 }
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 }
common hspec { build-depends: hspec >= 2.4 && < 2.8 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 }
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
common vector { build-depends: vector >= 0.12 && < 0.13 }
common unliftio-core { build-depends: unliftio-core >= 0.1.2.0 && < 0.2 }

common hw-prim
build-depends: hw-prim
Expand Down

0 comments on commit 4408c61

Please sign in to comment.