Skip to content

Commit 6e65cc3

Browse files
authored
Merge pull request #52 from haskell-works/copyright-update-and-deprecate-ghc-8.2.2
Deprecate ghc-8.2.2 and copyright update
2 parents 2459e7b + 7e5cb49 commit 6e65cc3

File tree

2 files changed

+25
-33
lines changed

2 files changed

+25
-33
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ orbs:
88
workflows:
99
multiple-ghc-build:
1010
jobs:
11-
- haskell/build-with-binary-cache:
12-
name: GHC 8.2.2
13-
executor: haskell/ghc-8_2_2
14-
context: haskell-ci
15-
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
16-
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
17-
cabal-test-extra: --test-show-details=direct
18-
1911
- haskell/build-with-binary-cache:
2012
name: GHC 8.4.4
2113
executor: haskell/ghc-8_4_4
@@ -44,7 +36,6 @@ workflows:
4436
name: GitHub Release
4537
context: haskell-ci
4638
requires:
47-
- GHC 8.2.2
4839
- GHC 8.4.4
4940
- GHC 8.6.5
5041
- GHC 8.8.3

hw-simd.cabal

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ homepage: https://github.com/haskell-works/hw-simd#readme
99
bug-reports: https://github.com/haskell-works/hw-simd/issues
1010
author: John Ky
1111
maintainer: [email protected]
12-
copyright: 2018-2019 John Ky
12+
copyright: 2018-2020 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
15-
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
15+
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
1616
build-type: Simple
1717
extra-source-files: README.md
1818
ChangeLog.md
@@ -38,28 +38,29 @@ flag sse42
3838
manual: False
3939
default: True
4040

41-
common base { build-depends: base >= 4.7 && < 5 }
42-
common bits-extra { build-depends: bits-extra >= 0.0.1.2 && < 0.1 }
43-
common bytestring { build-depends: bytestring >= 0.10 && < 0.11 }
44-
common cassava { build-depends: cassava >= 0.5.1.0 && < 0.6 }
45-
common containers { build-depends: containers >= 0.5 && < 0.7 }
46-
common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 }
47-
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 }
48-
common directory { build-depends: directory >= 1.2.2 && < 1.4 }
49-
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
50-
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
51-
common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }
52-
common hspec { build-depends: hspec >= 2.4 && < 3 }
53-
common hw-bits { build-depends: hw-bits >= 0.7.0.2 && < 0.8 }
54-
common hw-hedgehog { build-depends: hw-hedgehog >= 0.1.0.1 && < 0.2 }
55-
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
56-
common hw-prim { build-depends: hw-prim >= 0.6.2.12 && < 0.7 }
57-
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
58-
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.0 && < 0.4 }
59-
common lens { build-depends: lens >= 4 && < 5 }
60-
common mmap { build-depends: mmap >= 0.5.9 && < 0.6 }
61-
common text { build-depends: text >= 1.2.2 && < 2.0 }
62-
common vector { build-depends: vector >= 0.12.0.1 && < 0.13 }
41+
common base { build-depends: base >= 4.11 && < 5 }
42+
43+
common bits-extra { build-depends: bits-extra >= 0.0.1.2 && < 0.1 }
44+
common bytestring { build-depends: bytestring >= 0.10 && < 0.11 }
45+
common cassava { build-depends: cassava >= 0.5.1.0 && < 0.6 }
46+
common containers { build-depends: containers >= 0.5 && < 0.7 }
47+
common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 }
48+
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 }
49+
common directory { build-depends: directory >= 1.2.2 && < 1.4 }
50+
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
51+
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
52+
common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }
53+
common hspec { build-depends: hspec >= 2.4 && < 3 }
54+
common hw-bits { build-depends: hw-bits >= 0.7.0.2 && < 0.8 }
55+
common hw-hedgehog { build-depends: hw-hedgehog >= 0.1.0.1 && < 0.2 }
56+
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
57+
common hw-prim { build-depends: hw-prim >= 0.6.2.12 && < 0.7 }
58+
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
59+
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.0 && < 0.4 }
60+
common lens { build-depends: lens >= 4 && < 5 }
61+
common mmap { build-depends: mmap >= 0.5.9 && < 0.6 }
62+
common text { build-depends: text >= 1.2.2 && < 2.0 }
63+
common vector { build-depends: vector >= 0.12.0.1 && < 0.13 }
6364

6465
common semigroups { if (!impl(ghc >= 8.0.1)) { build-depends: semigroups >= 0.8.4 && < 0.19 } }
6566
common transformers { if (!impl(ghc >= 8.0.1)) { build-depends: transformers >= 0.4 && < 0.6 } }

0 commit comments

Comments
 (0)