Skip to content

Commit dc99769

Browse files
committed
Support ghc-8.2.2
1 parent 47286f3 commit dc99769

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
1117
- haskell/build-with-binary-cache:
1218
name: GHC 8.4.4
1319
executor: haskell/ghc-8_4_4
@@ -30,6 +36,7 @@ workflows:
3036
name: GitHub Release
3137
context: haskell-ci
3238
requires:
39+
- GHC 8.2.2
3340
- GHC 8.4.4
3441
- GHC 8.6.5
3542
- GHC 8.8.1

hw-xml.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copyright: 2016-2019 John Ky
1414
, 2016-2019 Alexey Raga
1515
license: BSD-3-Clause
1616
license-file: LICENSE
17-
tested-with: GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4
17+
tested-with: GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
1818
build-type: Simple
1919
extra-source-files: README.md
2020
data-files: data/catalog.xml
@@ -23,7 +23,7 @@ source-repository head
2323
type: git
2424
location: https://github.com/haskell-works/hw-xml
2525

26-
common base { build-depends: base >= 4.11 && < 5 }
26+
common base { build-depends: base >= 4.10 && < 5 }
2727

2828
common ansi-wl-pprint { build-depends: ansi-wl-pprint >= 0.6.9 && < 0.7 }
2929
common array { build-depends: array >= 0.5.2.0 && < 0.6 }

0 commit comments

Comments
 (0)