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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Hécate Kleidukos
haddock
Commits
5c984d9e
Unverified
Commit
5c984d9e
authored
1 year ago
by
Zubin
Browse files
Options
Downloads
Patches
Plain Diff
haddock 2.29.0 for GHC 9.6.3
parent
8613e525
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 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.cabal
+2
-2
2 additions, 2 deletions
haddock.cabal
with
6 additions
and
3 deletions
CHANGES.md
+
3
−
0
View file @
5c984d9e
## Changes in 2.29.0
*
Fixes for memory leaks and performance improvements
## Changes in 2.28.0
## Changes in 2.28.0
*
Support qualified and unqualified names in
`--ignore-link-symbol`
*
Support qualified and unqualified names in
`--ignore-link-symbol`
...
...
This diff is collapsed.
Click to expand it.
haddock-api/haddock-api.cabal
+
1
−
1
View file @
5c984d9e
cabal-version: 3.0
cabal-version: 3.0
name: haddock-api
name: haddock-api
version: 2.2
8
.0
version: 2.2
9
.0
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.cabal
+
2
−
2
View file @
5c984d9e
cabal-version: 3.0
cabal-version: 3.0
name: haddock
name: haddock
version: 2.2
8
.0
version: 2.2
9
.0
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.2
8
.0
build-depends: haddock-api == 2.2
9
.0
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