Skip to content

Commit 4e2ab0b

Browse files
authored
Merge pull request #125 from haskell-works/upgrade-to-ghc-8.10.7
Upgrade to ghc 8.10.7
2 parents 132f2f0 + 8762c39 commit 4e2ab0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["8.10.4", "8.8.4", "8.6.5"]
20+
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
2121
os: [ubuntu-latest]
2222

2323
steps:

hw-xml.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ bug-reports: https://github.com/haskell-works/hw-xml/issues
1010
author: John Ky,
1111
Alexey Raga
1212
maintainer: [email protected]
13-
copyright: 2016-2020 John Ky
13+
copyright: 2016-2021 John Ky
1414
, 2016-2019 Alexey Raga
1515
license: BSD-3-Clause
1616
license-file: LICENSE
17-
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
17+
tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
1818
build-type: Simple
1919
extra-source-files: README.md
2020
data-files: data/catalog.xml
@@ -28,15 +28,15 @@ common base { build-depends: base >=
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 }
3030
common attoparsec { build-depends: attoparsec >= 0.13.2.2 && < 0.15 }
31-
common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.11 }
31+
common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.12 }
3232
common cereal { build-depends: cereal >= 0.5.8.1 && < 0.6 }
3333
common containers { build-depends: containers >= 0.5.10.2 && < 0.7 }
3434
common criterion { build-depends: criterion >= 1.5.5.0 && < 1.6 }
3535
common deepseq { build-depends: deepseq >= 1.4.3.0 && < 1.5 }
3636
common doctest { build-depends: doctest >= 0.16.2 && < 0.19 }
3737
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
38-
common generic-lens { build-depends: generic-lens >= 1.2.0.1 && < 2.2 }
39-
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.7 }
38+
common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 }
39+
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.8 }
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.5 }

0 commit comments

Comments
 (0)