Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
00d1ec1f
Commit
00d1ec1f
authored
Jul 30, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cleaning the integer package
parent
c25a4727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ghc.mk
ghc.mk
+5
-0
No files found.
ghc.mk
View file @
00d1ec1f
...
...
@@ -295,7 +295,12 @@ define addPackage # args: $1 = package, $2 = condition
endef
$(eval
$(call
addPackage,ghc-prim))
ifeq
"$(CLEANING)" "YES"
$(eval
$(call
addPackage,integer-gmp))
$(eval
$(call
addPackage,integer-simple))
else
$(eval
$(call
addPackage,$(INTEGER_LIBRARY)))
endif
$(eval
$(call
addPackage,base))
$(eval
$(call
addPackage,filepath))
$(eval
$(call
addPackage,array))
...
...
Write
Preview
Markdown
is supported
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