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
b1ad3bea
Commit
b1ad3bea
authored
2 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Updates for GHC 9.5
parent
a9d94c65
Branches
float
No related tags found
3 merge requests
!38
Make --no-tmp-comp-dir the default
,
!37
Adapt to latest xhtml version, various optimizations
,
!31
Support HsToken in DataDecl and ClassDecl
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
haddock-api/src/Haddock/InterfaceFile.hs
+2
-2
2 additions, 2 deletions
haddock-api/src/Haddock/InterfaceFile.hs
haddock.cabal
+1
-1
1 addition, 1 deletion
haddock.cabal
html-test/ref/Instances.html
+6
-2
6 additions, 2 deletions
html-test/ref/Instances.html
with
9 additions
and
5 deletions
haddock-api/src/Haddock/InterfaceFile.hs
+
2
−
2
View file @
b1ad3bea
...
@@ -123,8 +123,8 @@ binaryInterfaceMagic = 0xD0Cface
...
@@ -123,8 +123,8 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
--
binaryInterfaceVersion
::
Word16
binaryInterfaceVersion
::
Word16
#
if
MIN_VERSION_ghc
(
9
,
4
,
0
)
&&
!
MIN_VERSION_ghc
(
9
,
5
,
0
)
#
if
MIN_VERSION_ghc
(
9
,
5
,
0
)
&&
!
MIN_VERSION_ghc
(
9
,
6
,
0
)
binaryInterfaceVersion
=
4
1
binaryInterfaceVersion
=
4
2
binaryInterfaceVersionCompatibility
::
[
Word16
]
binaryInterfaceVersionCompatibility
::
[
Word16
]
binaryInterfaceVersionCompatibility
=
[
binaryInterfaceVersion
]
binaryInterfaceVersionCompatibility
=
[
binaryInterfaceVersion
]
...
...
This diff is collapsed.
Click to expand it.
haddock.cabal
+
1
−
1
View file @
b1ad3bea
...
@@ -83,7 +83,7 @@ executable haddock
...
@@ -83,7 +83,7 @@ executable haddock
xhtml >= 3000.2 && < 3000.3,
xhtml >= 3000.2 && < 3000.3,
ghc-boot,
ghc-boot,
ghc-boot-th,
ghc-boot-th,
ghc == 9.
4
.*,
ghc == 9.
5
.*,
bytestring,
bytestring,
parsec,
parsec,
text,
text,
...
...
This diff is collapsed.
Click to expand it.
html-test/ref/Instances.html
+
6
−
2
View file @
b1ad3bea
...
@@ -262,7 +262,9 @@
...
@@ -262,7 +262,9 @@
></span
></span
>
<a
href=
"#"
title=
"Instances"
>
<a
href=
"#"
title=
"Instances"
>
Foo
</a
>
Foo
</a
>
[]
</span
>
<a
href=
"#"
title=
"GHC.List"
>
List
</a
></span
>
<a
href=
"#"
class=
"selflink"
>
<a
href=
"#"
class=
"selflink"
>
#
</a
>
#
</a
></td
></td
...
@@ -900,7 +902,9 @@
...
@@ -900,7 +902,9 @@
></span
></span
>
<a
href=
"#"
title=
"Instances"
>
<a
href=
"#"
title=
"Instances"
>
Bar
</a
>
Bar
</a
>
[] (a, a)
</span
>
<a
href=
"#"
title=
"GHC.List"
>
List
</a
>
(a, a)
</span
>
<a
href=
"#"
class=
"selflink"
>
<a
href=
"#"
class=
"selflink"
>
#
</a
>
#
</a
></td
></td
...
...
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