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
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
Apoorv Ingle
haddock
Commits
15c65be1
Commit
15c65be1
authored
13 years ago
by
waern
Browse files
Options
Downloads
Plain Diff
Merge ../ghc/utils/haddock
parents
2e184f1d
12e619d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
haddock.cabal
+12
-6
12 additions, 6 deletions
haddock.cabal
src/Haddock/InterfaceFile.hs
+4
-0
4 additions, 0 deletions
src/Haddock/InterfaceFile.hs
with
16 additions
and
6 deletions
haddock.cabal
+
12
−
6
View file @
15c65be1
...
...
@@ -78,9 +78,12 @@ flag test
executable haddock
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
-- In a GHC tree - in particular, in a source tarball - we don't
-- require alex or happy
if !flag(in-ghc-tree)
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
base >= 4.3 && < 4.
5
,
base >= 4.3 && < 4.
6
,
filepath,
directory,
pretty,
...
...
@@ -88,7 +91,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.2 && < 7.
4
ghc >= 7.2 && < 7.
6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
...
...
@@ -137,9 +140,12 @@ executable haddock
library
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
-- In a GHC tree - in particular, in a source tarball - we don't
-- require alex or happy
if !flag(in-ghc-tree)
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
base >= 4.3 && < 4.
5
,
base >= 4.3 && < 4.
6
,
filepath,
directory,
pretty,
...
...
@@ -147,7 +153,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.2 && < 7.
4
ghc >= 7.2 && < 7.
6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
...
...
This diff is collapsed.
Click to expand it.
src/Haddock/InterfaceFile.hs
+
4
−
0
View file @
15c65be1
...
...
@@ -68,6 +68,10 @@ binaryInterfaceVersion :: Word16
binaryInterfaceVersion
=
19
#
elif
__GLASGOW_HASKELL__
==
703
binaryInterfaceVersion
=
19
#
elif
__GLASGOW_HASKELL__
==
704
binaryInterfaceVersion
=
19
#
elif
__GLASGOW_HASKELL__
==
705
binaryInterfaceVersion
=
19
#
else
#
error
Unknown
GHC
version
#
endif
...
...
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