Skip to content

Commit

Permalink
Upgrade to ghc-8.10.7 and ghc-9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 18, 2021
1 parent 4c52133 commit 20ceb81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.4", "8.8.4", "8.6.5"]
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest]

steps:
Expand Down
8 changes: 4 additions & 4 deletions hw-json-standard-cursor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ homepage: http://github.com/haskell-works/hw-json-standard-cursor#
bug-reports: https://github.com/haskell-works/hw-json-standard-cursor/issues
author: John Ky
maintainer: newhoggy@gmail.com
copyright: 2016-2020 John Ky
copyright: 2016-2021 John Ky
license: BSD-3-Clause
license-file: LICENSE
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
build-type: Simple
extra-source-files: README.md
corpus/5000B.json
Expand Down Expand Up @@ -41,12 +41,12 @@ common base { build-depends: base >=

common array { build-depends: array >= 0.5 && < 0.6 }
common bits-extra { build-depends: bits-extra >= 0.0.1.3 && < 0.1 }
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.11 }
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.12 }
common criterion { build-depends: criterion >= 1.4 && < 1.6 }
common directory { build-depends: directory >= 1.3 && < 1.4 }
common doctest { build-depends: doctest >= 0.16.2 && < 0.19 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 2.2 }
common generic-lens { build-depends: generic-lens >= 2.2.0.0 && < 2.3 }
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }
common hspec { build-depends: hspec >= 2.4 && < 3 }
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.5 }
Expand Down

0 comments on commit 20ceb81

Please sign in to comment.