Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
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
Luite Stegeman
GHC
Commits
4b18cc53
"README.md" did not exist on "55cf30d744607da9afdea55bc0b5ad160f60f280"
Commit
4b18cc53
authored
12 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
We no longer need to build utf8-string
haskeline no longer depends on it
parent
f95ced26
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
ghc.mk
+1
-2
1 addition, 2 deletions
ghc.mk
packages
+0
-1
0 additions, 1 deletion
packages
with
1 addition
and
3 deletions
ghc.mk
+
1
−
2
View file @
4b18cc53
...
...
@@ -310,7 +310,7 @@ endif
# They do not say "this package will be built"; see $(PACKAGES_xx) for that
# Packages that are built but not installed
PKGS_THAT_ARE_INTREE_ONLY
:=
haskeline transformers terminfo
utf8-string
xhtml
PKGS_THAT_ARE_INTREE_ONLY
:=
haskeline transformers terminfo xhtml
PKGS_THAT_ARE_DPH
:=
\
dph/dph-base
\
...
...
@@ -424,7 +424,6 @@ $(eval $(call addPackage,binary))
$(
eval
$(
call addPackage,bin-package-db
))
$(
eval
$(
call addPackage,hoopl
))
$(
eval
$(
call addPackage,transformers
))
$(
eval
$(
call addPackage,utf8-string
))
$(
eval
$(
call addPackage,xhtml
))
$(
eval
$(
call addPackage,terminfo,
(
$$(
Windows
)
,NO
))
)
$(
eval
$(
call addPackage,haskeline
))
...
...
This diff is collapsed.
Click to expand it.
packages
+
0
−
1
View file @
4b18cc53
...
...
@@ -71,7 +71,6 @@ libraries/template-haskell - packages/template-haskell.git
libraries/terminfo - packages/terminfo.git git
libraries/transformers - packages/transformers.git git
libraries/unix - packages/unix.git git
libraries/utf8-string - packages/utf8-string.git git
libraries/Win32 - packages/Win32.git git
libraries/xhtml - packages/xhtml.git git
testsuite testsuite testsuite.git git
...
...
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