Skip to content

Commit fa0d101

Browse files
committed
Support ghc-8.10.1
1 parent 9722c01 commit fa0d101

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,21 @@ workflows:
3333
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
3434
cabal-test-extra: --test-show-details=direct
3535

36+
- haskell/build-with-binary-cache:
37+
name: GHC 8.10.1
38+
executor: haskell/ghc-8_10_1
39+
context: haskell-ci
40+
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
41+
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
42+
cabal-test-extra: --test-show-details=direct
43+
3644
- merge-point/merge-point:
3745
name: Build Ok
3846
requires:
3947
- GHC 8.4.4
4048
- GHC 8.6.5
4149
- GHC 8.8.3
50+
- GHC 8.10.1
4251

4352
- github/release-cabal:
4453
name: GitHub Release

hw-xml.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copyright: 2016-2020 John Ky
1414
, 2016-2019 Alexey Raga
1515
license: BSD-3-Clause
1616
license-file: LICENSE
17-
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
17+
tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
1818
build-type: Simple
1919
extra-source-files: README.md
2020
data-files: data/catalog.xml
@@ -36,7 +36,7 @@ common deepseq { build-depends: deepseq >=
3636
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
3737
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
3838
common generic-lens { build-depends: generic-lens >= 1.2.0.1 && < 1.3 }
39-
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.6 }
39+
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.7 }
4040
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 }
4141
common hspec { build-depends: hspec >= 2.5 && < 3.0 }
4242
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.1 && < 0.4 }
@@ -51,7 +51,7 @@ common mmap { build-depends: mmap >=
5151
common mtl { build-depends: mtl >= 2.2.2 && < 3 }
5252
common optparse-applicative { build-depends: optparse-applicative >= 0.15.1.0 && < 0.16 }
5353
common resourcet { build-depends: resourcet >= 1.2.2 && < 1.3 }
54-
common text { build-depends: text >= 1.2.4.0 && < 1.3 }
54+
common text { build-depends: text >= 1.2.3.2 && < 1.3 }
5555
common transformers { build-depends: transformers >= 0.5 && < 0.6 }
5656
common vector { build-depends: vector >= 0.12.0.3 && < 0.13 }
5757
common word8 { build-depends: word8 >= 0.1.3 && < 0.2 }

0 commit comments

Comments
 (0)