Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a3306fa9
Commit
a3306fa9
authored
Sep 22, 2009
by
Ian Lynagh
Browse files
Remove base3-compat
parent
0f590590
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
a3306fa9
...
...
@@ -165,9 +165,6 @@ NO_INCLUDE_DEPS = YES
# We want package-data.mk for show
endif
# We don't haddock base3-compat, as it has the same package name as base
libraries/
base3-compat_dist-install_DO_HADDOCK
=
NO
# We don't haddock the bootstrapping libraries
libraries/
hpc_dist-boot_DO_HADDOCK
=
NO
libraries/
Cabal_dist-boot_DO_HADDOCK
=
NO
...
...
@@ -322,7 +319,6 @@ $(eval $(call addPackage,hpc))
$(eval
$(call
addPackage,pretty))
$(eval
$(call
addPackage,syb))
$(eval
$(call
addPackage,template-haskell))
$(eval
$(call
addPackage,base3-compat))
$(eval
$(call
addPackage,Cabal))
$(eval
$(call
addPackage,binary))
$(eval
$(call
addPackage,bin-package-db))
...
...
@@ -593,12 +589,6 @@ $(foreach pkg,$(PACKAGES) $(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-instal
# XXX Hack; remove this
$(foreach
pkg,$(PACKAGES_STAGE2),$(eval
libraries/
$(pkg)_dist-install_HC_OPTS
+=
-Wwarn
))
# XXX we configure packages with the bootstrapping compiler (for
# dependency reasons, see the phase ordering), which doesn't
# necessarily support all the extensions we need, and Cabal filters
# out the ones it thinks aren't supported.
libraries/
base3-compat_dist-install_HC_OPTS
+=
-XPackageImports
# A useful pseudo-target
.PHONY
:
stage1_libs
stage1_libs
:
$(ALL_STAGE1_LIBS)
...
...
packages
View file @
a3306fa9
...
...
@@ -21,7 +21,6 @@ utils/hsc2hs hsc2hs darcs
utils/haddock haddock2 darcs
libraries/array packages/array darcs
libraries/base packages/base darcs
libraries/base3-compat packages/base3-compat darcs
libraries/binary packages/binary darcs
libraries/bytestring packages/bytestring darcs
libraries/Cabal packages/Cabal darcs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment