summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-24 02:01:56 +0000
committerIan Lynagh <igloo@earth.li>2008-08-24 02:01:56 +0000
commit7ec2d9b9ae3e34b1533a90d433a530b949435952 (patch)
treeeb8154dd71f7a096839ec689da1ab71e010c7e61 /libraries/Makefile
parentb816369636e9a7a16a9dee9195054fdc852c5285 (diff)
downloadhaskell-7ec2d9b9ae3e34b1533a90d433a530b949435952.tar.gz
getopt is now split off from base
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 85c9b5955c..e78a5c815f 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -41,7 +41,7 @@ include $(TOP)/mk/cabal-flags.mk
# Any libraries listed here should also be in ../packages
-SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base st base3-compat array packedstring
+SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base st getopt base3-compat array packedstring
SUBDIRS += containers bytestring old-locale old-time filepath
ifeq "$(GhcLibsWithUnix)" "YES"
SUBDIRS += unix