diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-05-28 12:27:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 12:27:35 +0200 |
commit | da79aea71b9cc7ee6e56792b4716be0ff11a09fb (patch) | |
tree | 70a7f707b739cf78ec7fe1441a4babdeb8d41879 /haddock-library | |
parent | c72814072d8f61ba7c8af201c779edb022c5a1a3 (diff) |
Use GHC 9.2 in CI runner (#1378)
Diffstat (limited to 'haddock-library')
-rw-r--r-- | haddock-library/haddock-library.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 9574698a..74446bf7 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -28,6 +28,7 @@ tested-with: GHC == 7.4.2 , GHC == 8.8.3 , GHC == 8.10.1 , GHC == 9.0.1 + , GHC == 9.2.0 extra-source-files: CHANGES.md @@ -39,7 +40,7 @@ common lib-defaults build-depends: , base >= 4.5 && < 4.17 - , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0 + , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0 || ^>= 0.11.1.0 , containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1 , transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0 , text ^>= 1.2.3.0 @@ -118,7 +119,7 @@ test-suite fixtures , directory ^>= 1.3.0.2 , filepath ^>= 1.4.1.2 , optparse-applicative ^>= 0.15 - , tree-diff ^>= 0.1 + , tree-diff ^>= 0.2 source-repository head type: git |