Skip to content
Snippets Groups Projects
Commit 7f2892b5 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by Ben Gamari
Browse files

Bump the versions

parent 06b72bd9
No related branches found
Tags ghc-8.8.2-rc1
3 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl
......@@ -5,7 +5,7 @@ packages: ./
./haddock-library
./haddock-test
with-compiler: ghc-head
with-compiler: ghc-9.4
allow-newer:
ghc-paths:Cabal,
......@@ -20,4 +20,4 @@ package haddock-api
tests: False
-- Pinning the index-state helps to make reasonably CI deterministic
index-state: 2021-01-24T12:09:34Z
index-state: 2022-08-05T20:43:48Z
......@@ -46,7 +46,7 @@ library
build-depends: base ^>= 4.16.0
, ghc ^>= 9.4
, ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.10
, haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
, parsec ^>= 3.1.13.0
......@@ -182,7 +182,7 @@ test-suite spec
build-depends: ghc ^>= 9.4
, ghc-paths ^>= 0.1.0.12
, haddock-library ^>= 1.10.0
, haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
, hspec ^>= 2.9
, parsec ^>= 3.1.13.0
......
cabal-version: 2.2
cabal-version: 3.0
name: haddock-library
version: 1.10.0
version: 1.11.0
synopsis: Library exposing some functionality of Haddock.
description: Haddock is a documentation-generation tool for Haskell
......
cabal-version: >= 1.10
cabal-version: 3.0
name: haddock-test
version: 0.0.1
synopsis: Test utilities for Haddock
license: BSD2
license: BSD-2-Clause
author: Simon Marlow, David Waern
maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
homepage: http://www.haskell.org/haddock/
......@@ -10,7 +10,7 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
tested-with: GHC==9.0.*
tested-with: GHC==9.4.*
stability: experimental
library
......
cabal-version: 2.4
cabal-version: 3.0
name: haddock
version: 2.26.1
version: 2.27.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
......@@ -150,7 +150,7 @@ executable haddock
else
-- in order for haddock's advertised version number to have proper meaning,
-- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.26.1
build-depends: haddock-api == 2.27.0
test-suite html-test
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