Skip to content
Snippets Groups Projects
Commit 0498ba25 authored by Alec Theriault's avatar Alec Theriault
Browse files

Prepare an unexpected 2.23.1 release

Unfortunately, the 2.23.0 release is broken on 8.8.2 and 8.8.3. However,
there is no good backwards compatible fix. The fix going forward is:

  - Revise already release `haddock-api-2.23.0` to build only on
    `ghc-8.8.1` (this is the truth - it won't build on 8.8.2 or 8.8.3)

  - Release `haddock-api-2.23.1` and `haddock-2.23.1` to build only on
    `ghc-8.8.2` and `ghc-8.8.3`

Given that there are hardly any commits between these two releases, and
this is mostly one (not user visible) backwards incompatible change,
the changelog won't be updated.
parent e6ca1009
No related branches found
No related tags found
No related merge requests found
cabal-version: 2.0 cabal-version: 2.0
name: haddock-api name: haddock-api
version: 2.23.0 version: 2.23.1
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell description: Haddock is a documentation-generation tool for Haskell
libraries libraries
...@@ -43,7 +43,7 @@ library ...@@ -43,7 +43,7 @@ library
-- this package typically supports only single major versions -- this package typically supports only single major versions
build-depends: base ^>= 4.13.0 build-depends: base ^>= 4.13.0
, ghc ^>= 8.8 , ghc ^>= 8.8 && >= 8.8.2
, ghc-paths ^>= 0.1.0.9 , ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.8.0 , haddock-library ^>= 1.8.0
, xhtml ^>= 3000.2.2 , xhtml ^>= 3000.2.2
...@@ -165,7 +165,7 @@ test-suite spec ...@@ -165,7 +165,7 @@ test-suite spec
Haddock.Backends.Hyperlinker.Parser Haddock.Backends.Hyperlinker.Parser
Haddock.Backends.Hyperlinker.Types Haddock.Backends.Hyperlinker.Types
build-depends: ghc ^>= 8.8 build-depends: ghc ^>= 8.8 && >= 8.8.2
, ghc-paths ^>= 0.1.0.12 , ghc-paths ^>= 0.1.0.12
, haddock-library ^>= 1.8.0 , haddock-library ^>= 1.8.0
, xhtml ^>= 3000.2.2 , xhtml ^>= 3000.2.2
......
cabal-version: 2.4 cabal-version: 2.4
name: haddock name: haddock
version: 2.23.0 version: 2.23.1
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: description:
This is Haddock, a tool for automatically generating documentation This is Haddock, a tool for automatically generating documentation
...@@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues ...@@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern copyright: (c) Simon Marlow, David Waern
category: Documentation category: Documentation
build-type: Simple build-type: Simple
tested-with: GHC==8.8.* tested-with: GHC==8.8.2
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md
...@@ -142,7 +142,7 @@ executable haddock ...@@ -142,7 +142,7 @@ executable haddock
else else
-- in order for haddock's advertised version number to have proper meaning, -- in order for haddock's advertised version number to have proper meaning,
-- we pin down to a single haddock-api version. -- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.23.0 build-depends: haddock-api == 2.23.1
test-suite html-test test-suite html-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment