diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-09 13:57:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-09 13:57:22 +0000 |
commit | 80d2e6f711d54f59c4d698c7565f69d49d34d8b8 (patch) | |
tree | f582f65e288c219b52baaad7b2c0229e80aa135f /libraries | |
parent | ccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (diff) | |
download | haskell-80d2e6f711d54f59c4d698c7565f69d49d34d8b8.tar.gz |
ObjectIO is no longer an extralib
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 3 | ||||
-rw-r--r-- | libraries/extra-packages | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 4a7593218c..ed8bb947da 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -70,9 +70,6 @@ SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) SUBDIRS += $(wildcard xhtml) SUBDIRS += $(wildcard cgi) -ifeq "$(GhcLibsWithObjectIO)" "YES" -SUBDIRS += $(wildcard ObjectIO) -endif SUBDIRS += $(wildcard parallel) SUBDIRS_BUILD += $(wildcard ndp) SUBDIRS_BUILD += $(wildcard dph/dph-base) diff --git a/libraries/extra-packages b/libraries/extra-packages index 5aba9ff890..cbfbe68b7a 100644 --- a/libraries/extra-packages +++ b/libraries/extra-packages @@ -1,7 +1,6 @@ ALUT GLUT HUnit -ObjectIO OpenAL OpenGL QuickCheck |