Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
6c77e062
Unverified
Commit
6c77e062
authored
1 year ago
by
Zubin
Browse files
Options
Downloads
Patches
Plain Diff
Fix build on 9.2 and bump version to 2.29.1
parent
5c984d9e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.md
+3
-0
3 additions, 0 deletions
CHANGES.md
haddock-api/haddock-api.cabal
+1
-1
1 addition, 1 deletion
haddock-api/haddock-api.cabal
haddock-api/src/Haddock/Backends/Xhtml.hs
+1
-0
1 addition, 0 deletions
haddock-api/src/Haddock/Backends/Xhtml.hs
haddock.cabal
+2
-2
2 additions, 2 deletions
haddock.cabal
with
7 additions
and
3 deletions
CHANGES.md
+
3
−
0
View file @
6c77e062
## Changes in 2.29.1
*
Fix build on GHC 9.2
## Changes in 2.29.0
## Changes in 2.29.0
*
Fixes for memory leaks and performance improvements
*
Fixes for memory leaks and performance improvements
...
...
This diff is collapsed.
Click to expand it.
haddock-api/haddock-api.cabal
+
1
−
1
View file @
6c77e062
cabal-version: 3.0
cabal-version: 3.0
name: haddock-api
name: haddock-api
version: 2.29.
0
version: 2.29.
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
...
...
This diff is collapsed.
Click to expand it.
haddock-api/src/Haddock/Backends/Xhtml.hs
+
1
−
0
View file @
6c77e062
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE BangPatterns #-}
module
Haddock.Backends.Xhtml
(
module
Haddock.Backends.Xhtml
(
...
...
This diff is collapsed.
Click to expand it.
haddock.cabal
+
2
−
2
View file @
6c77e062
cabal-version: 3.0
cabal-version: 3.0
name: haddock
name: haddock
version: 2.29.
0
version: 2.29.
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
...
@@ -150,7 +150,7 @@ executable haddock
...
@@ -150,7 +150,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.29.
0
build-depends: haddock-api == 2.29.
1
test-suite html-test
test-suite html-test
type: exitcode-stdio-1.0
type: exitcode-stdio-1.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment