From 443f2650b2f1b1a3f80b6d37fd77851856e86ea6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 10 Aug 2006 12:19:30 +0000 Subject: [PATCH] move html before network, for now --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Makefile b/libraries/Makefile index 522f15c..0769216 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 -- 1.7.10.4