Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DHG_packages
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Haskell Group
DHG_packages
Commits
e62495ba
Commit
e62495ba
authored
4 years ago
by
Ilias Tsitsimpis
Browse files
Options
Downloads
Patches
Plain Diff
ghc: Correctly set 'haddock-interfaces'
Closes: #968446
parent
d49becf0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
p/ghc/debian/changelog
+6
-0
6 additions, 0 deletions
p/ghc/debian/changelog
p/ghc/debian/rules
+1
-1
1 addition, 1 deletion
p/ghc/debian/rules
with
7 additions
and
1 deletion
p/ghc/debian/changelog
+
6
−
0
View file @
e62495ba
ghc (8.8.4-2) UNRELEASED; urgency=medium
* Correctly set 'haddock-interfaces' for base libraries (Closes: #968446)
-- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 17 Aug 2020 08:55:33 +0300
ghc (8.8.4-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
p/ghc/debian/rules
+
1
−
1
View file @
e62495ba
...
...
@@ -196,7 +196,7 @@ override_dh_auto_install:
rm debian/tmp/var/lib/ghc/package.conf.d/package.cache
chmod +x debian/provided_substvars
debian/provided_substvars
sed -ri 's,
^haddock-interfaces: /.*?
/libraries/
,
haddock
-interfaces:
/usr/lib/ghc-doc/haddock/ghc/,' debian/tmp/var/lib/ghc/package.conf.d/*.conf
sed -ri 's,
/usr/share/doc/ghc-doc/html
/libraries/
(.*)\.
haddock
,
/usr/lib/ghc-doc/haddock/ghc/
\1.haddock
,' debian/tmp/var/lib/ghc/package.conf.d/*.conf
# Sort out the binaries
if inplace/bin/ghc-stage2 --info | grep '"Have interpreter","NO"'; then \
...
...
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