diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-08-10 11:37:19 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-08-10 11:37:19 +0000 |
commit | 1a1102fd14ff62c117f4d0a6bf845cfecce20153 (patch) | |
tree | dce2323b45c651a297aeea0501dd57e72d8658e4 /libraries | |
parent | e656c6e3aaa827c51cd39c9cd9f0a6461db1d4c2 (diff) | |
download | haskell-1a1102fd14ff62c117f4d0a6bf845cfecce20153.tar.gz |
add html package
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 1 | ||||
-rw-r--r-- | libraries/default-packages | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 618916e510..522f15c4e1 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -38,6 +38,7 @@ SUBDIRS += $(wildcard GLUT) SUBDIRS += $(wildcard OpenAL) SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) +SUBDIRS += $(wildcard html) ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif diff --git a/libraries/default-packages b/libraries/default-packages index bc73ac2b79..471d480d69 100644 --- a/libraries/default-packages +++ b/libraries/default-packages @@ -16,6 +16,7 @@ base fgl haskell-src haskell98 +html monads mtl network |