projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce65c1
)
Adding hpc package to ghc core libraries
author
andy@galois.com
<unknown>
Fri, 22 Jun 2007 17:18:51 +0000
(17:18 +0000)
committer
andy@galois.com
<unknown>
Fri, 22 Jun 2007 17:18:51 +0000
(17:18 +0000)
libraries/Makefile
patch
|
blob
|
history
libraries/core-packages
patch
|
blob
|
history
diff --git
a/libraries/Makefile
b/libraries/Makefile
index
1fef7e3
..
a2b6545
100644
(file)
--- a/
libraries/Makefile
+++ b/
libraries/Makefile
@@
-61,6
+61,7
@@
SUBDIRS += $(wildcard mtl)
SUBDIRS += $(wildcard fgl)
SUBDIRS += $(wildcard X11)
SUBDIRS += $(wildcard time)
+SUBDIRS += $(wildcard hpc)
ifeq "$(Windows)" "NO"
# HGL is not working on Win32, so omit it for now. Better not to ship it
# at all than to ship a broken version.
diff --git
a/libraries/core-packages
b/libraries/core-packages
index
51e5323
..
d0160f4
100644
(file)
--- a/
libraries/core-packages
+++ b/
libraries/core-packages
@@
-12,3
+12,4
@@
readline
template-haskell
unix
Win32
+hpc