summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-10 12:19:30 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-10 12:19:30 +0000
commit443f2650b2f1b1a3f80b6d37fd77851856e86ea6 (patch)
treea5ba7c8b2c0bf02972d1b57718febe3ee789b8a5 /libraries
parent1a1102fd14ff62c117f4d0a6bf845cfecce20153 (diff)
downloadhaskell-443f2650b2f1b1a3f80b6d37fd77851856e86ea6.tar.gz
move html before network, for now
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile2
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