diff options
author | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-08 16:36:51 +0200 |
---|---|---|
committer | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-08 16:40:40 +0200 |
commit | 283877f9089761415e6a3f10203f14b6202d6d9c (patch) | |
tree | 63c5b8a32ff4c42a94ca57caa45b3980d1813ba2 /haddock-api | |
parent | 2980e5504fdea93fd8cafc1e4f9c39ac612212fc (diff) |
Fix the changelog and bump the version of haddock-library on ghc-9.2
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/haddock-api.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 01165582..0580ec03 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -46,7 +46,7 @@ library build-depends: base ^>= 4.16.0 , ghc ^>= 9.2 , ghc-paths ^>= 0.1.0.9 - , haddock-library ^>= 1.9.0 + , haddock-library ^>= 1.10.0 , xhtml ^>= 3000.2.2 , parsec ^>= 3.1.13.0 @@ -182,7 +182,7 @@ test-suite spec build-depends: ghc ^>= 9.2 , ghc-paths ^>= 0.1.0.12 - , haddock-library ^>= 1.9.0 + , haddock-library ^>= 1.10.0 , xhtml ^>= 3000.2.2 , hspec ^>= 2.9 , parsec ^>= 3.1.13.0 |