Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Francesco Gazzetta
haddock
Commits
15b62fc1
Commit
15b62fc1
authored
6 years ago
by
Alec Theriault
Browse files
Options
Downloads
Patches
Plain Diff
Release `haddock{,-api}-2.22.0`
This version will accompany ghc-8.6.2
parent
b21c8067
No related branches found
Branches containing commit
Tags
haddock-2.22.0-release
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+1
-1
1 addition, 1 deletion
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
4 additions
and
4 deletions
CHANGES.md
+
1
−
1
View file @
15b62fc1
##
TBA
##
Changes in version 2.22.0
*
Make
`--package-version`
optional for
`--hoogle`
(#899)
...
...
This diff is collapsed.
Click to expand it.
haddock-api/haddock-api.cabal
+
1
−
1
View file @
15b62fc1
cabal-version: 2.0
name: haddock-api
version: 2.2
1
.0
version: 2.2
2
.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
...
...
This diff is collapsed.
Click to expand it.
haddock.cabal
+
2
−
2
View file @
15b62fc1
cabal-version: 2.0
name: haddock
version: 2.2
1
.0
version: 2.2
2
.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
...
...
@@ -142,7 +142,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.2
1
.0
build-depends: haddock-api == 2.2
2
.0
test-suite html-test
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