Skip to content

Commit b22c3cb

Browse files
authored
Merge pull request #174 from haskell-works/copyright-update-and-deprecate-ghc-8.2.2
Deprecate ghc-8.2.2 and copyright update
2 parents fbc544f + 56610e7 commit b22c3cb

File tree

2 files changed

+38
-47
lines changed

2 files changed

+38
-47
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-json.cabal

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ homepage: http://github.com/haskell-works/hw-json#readme
99
bug-reports: https://github.com/haskell-works/hw-json/issues
1010
author: John Ky
1111
maintainer: [email protected]
12-
copyright: 2016-2019 John Ky
12+
copyright: 2016-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
corpus/5000B.json
@@ -37,43 +37,43 @@ flag sse42
3737
manual: False
3838
default: False
3939

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

42-
common aeson { build-depends: aeson >= 1.4.3.0 && < 1.5 }
43-
common ansi-wl-pprint { build-depends: ansi-wl-pprint >= 0.6.8.2 && < 0.7 }
44-
common array { build-depends: array >= 0.5 && < 0.6 }
45-
common attoparsec { build-depends: attoparsec >= 0.13 && < 0.14 }
46-
common bits-extra { build-depends: bits-extra >= 0.0.1.3 && < 0.1 }
47-
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.11 }
48-
common criterion { build-depends: criterion >= 1.4 && < 1.6 }
49-
common directory { build-depends: directory >= 1.3 && < 1.4 }
50-
common dlist { build-depends: dlist >= 0.8 && < 0.9 }
51-
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
52-
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
53-
common generic-lens { build-depends: generic-lens >= 1.2.0.1 && < 1.3 }
54-
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }
55-
common hspec { build-depends: hspec >= 2.4 && < 3 }
56-
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.4 }
57-
common hw-bits { build-depends: hw-bits >= 0.7.0.5 && < 0.8 }
58-
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
59-
common hw-json-simd { build-depends: hw-json-simd >= 0.1.0.2 && < 0.2 }
60-
common hw-json-simple-cursor { build-depends: hw-json-simple-cursor >= 0.1.0.1 && < 0.2 }
61-
common hw-json-standard-cursor { build-depends: hw-json-standard-cursor >= 0.2.0.1 && < 0.3 }
62-
common hw-mquery { build-depends: hw-mquery >= 0.2.0.0 && < 0.3 }
63-
common hw-parser { build-depends: hw-parser >= 0.1 && < 0.2 }
64-
common hw-prim { build-depends: hw-prim >= 0.6.2.32 && < 0.7 }
65-
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
66-
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.1 && < 0.4 }
67-
common hw-simd { build-depends: hw-simd >= 0.1.1.2 && < 0.2 }
68-
common lens { build-depends: lens >= 4 && < 5 }
69-
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
70-
common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.16 }
71-
common scientific { build-depends: scientific >= 0.3.6.2 && < 0.4 }
72-
common text { build-depends: text >= 1.2 && < 1.3 }
73-
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
74-
common unordered-containers { build-depends: unordered-containers >= 0.2 && < 0.3 }
75-
common vector { build-depends: vector >= 0.12 && < 0.13 }
76-
common word8 { build-depends: word8 >= 0.1 && < 0.2 }
42+
common aeson { build-depends: aeson >= 1.4.3.0 && < 1.5 }
43+
common ansi-wl-pprint { build-depends: ansi-wl-pprint >= 0.6.8.2 && < 0.7 }
44+
common array { build-depends: array >= 0.5 && < 0.6 }
45+
common attoparsec { build-depends: attoparsec >= 0.13 && < 0.14 }
46+
common bits-extra { build-depends: bits-extra >= 0.0.1.3 && < 0.1 }
47+
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.11 }
48+
common criterion { build-depends: criterion >= 1.4 && < 1.6 }
49+
common directory { build-depends: directory >= 1.3 && < 1.4 }
50+
common dlist { build-depends: dlist >= 0.8 && < 0.9 }
51+
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
52+
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
53+
common generic-lens { build-depends: generic-lens >= 1.2.0.1 && < 1.3 }
54+
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }
55+
common hspec { build-depends: hspec >= 2.4 && < 3 }
56+
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.4 }
57+
common hw-bits { build-depends: hw-bits >= 0.7.0.5 && < 0.8 }
58+
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
59+
common hw-json-simd { build-depends: hw-json-simd >= 0.1.0.2 && < 0.2 }
60+
common hw-json-simple-cursor { build-depends: hw-json-simple-cursor >= 0.1.0.1 && < 0.2 }
61+
common hw-json-standard-cursor { build-depends: hw-json-standard-cursor >= 0.2.0.1 && < 0.3 }
62+
common hw-mquery { build-depends: hw-mquery >= 0.2.0.0 && < 0.3 }
63+
common hw-parser { build-depends: hw-parser >= 0.1 && < 0.2 }
64+
common hw-prim { build-depends: hw-prim >= 0.6.2.32 && < 0.7 }
65+
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
66+
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.1 && < 0.4 }
67+
common hw-simd { build-depends: hw-simd >= 0.1.1.2 && < 0.2 }
68+
common lens { build-depends: lens >= 4 && < 5 }
69+
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
70+
common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.16 }
71+
common scientific { build-depends: scientific >= 0.3.6.2 && < 0.4 }
72+
common text { build-depends: text >= 1.2 && < 1.3 }
73+
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
74+
common unordered-containers { build-depends: unordered-containers >= 0.2 && < 0.3 }
75+
common vector { build-depends: vector >= 0.12 && < 0.13 }
76+
common word8 { build-depends: word8 >= 0.1 && < 0.2 }
7777

7878
common semigroups { if impl(ghc < 8 ) { build-depends: semigroups >= 0.16 && < 0.19 } }
7979

0 commit comments

Comments
 (0)