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
259b2a9d
Commit
259b2a9d
authored
10 years ago
by
Simon Hengel
Browse files
Options
Downloads
Patches
Plain Diff
Add deprecated compatibility module
parent
4dc4d3cf
No related branches found
No related tags found
5 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
,
!12
Drop orphan instance when defined upstream.
,
!10
Haddock interfaces produced from `.hi` files
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compat/Documentation/Haddock.hs
+5
-0
5 additions, 0 deletions
compat/Documentation/Haddock.hs
haddock.cabal
+15
-0
15 additions, 0 deletions
haddock.cabal
with
20 additions
and
0 deletions
compat/Documentation/Haddock.hs
0 → 100644
+
5
−
0
View file @
259b2a9d
{-# LANGUAGE PackageImports #-}
module
Documentation.Haddock
{-# DEPRECATED "Use @Documentation.Haddock@ from package <http://hackage.haskell.org/package/haddock-api haddock-api> instead!" #-}
(
module
Documentation.Haddock
)
where
import
"haddock-api"
Documentation.Haddock
This diff is collapsed.
Click to expand it.
haddock.cabal
+
15
−
0
View file @
259b2a9d
...
@@ -40,6 +40,21 @@ flag in-ghc-tree
...
@@ -40,6 +40,21 @@ flag in-ghc-tree
default: False
default: False
manual: True
manual: True
-- This package re-exports the haddock-api library for compatibility.
-- The library section will be removed in version 2.16.0.
library
exposed: False
default-language: Haskell2010
hs-source-dirs: compat
ghc-options: -Wall
build-depends:
-- NOTE: Don't bump base dependency! Remove library section instead!
base >= 4.3 && < 4.8
, haddock-api
exposed-modules: Documentation.Haddock
if flag(in-ghc-tree)
buildable: False
executable haddock
executable haddock
default-language: Haskell2010
default-language: Haskell2010
main-is: Main.hs
main-is: Main.hs
...
...
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