diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-08-10 12:19:30 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-08-10 12:19:30 +0000 |
commit | 443f2650b2f1b1a3f80b6d37fd77851856e86ea6 (patch) | |
tree | a5ba7c8b2c0bf02972d1b57718febe3ee789b8a5 /libraries | |
parent | 1a1102fd14ff62c117f4d0a6bf845cfecce20153 (diff) | |
download | haskell-443f2650b2f1b1a3f80b6d37fd77851856e86ea6.tar.gz |
move html before network, for now
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 522f15c4e1..07692163e2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -25,6 +25,7 @@ SUBDIRS += Cabal ifneq "$(GhcBootLibs)" "YES" SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) +SUBDIRS += $(wildcard html) SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) @@ -38,7 +39,6 @@ SUBDIRS += $(wildcard GLUT) SUBDIRS += $(wildcard OpenAL) SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) -SUBDIRS += $(wildcard html) ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif |