diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-24 02:01:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-24 02:01:56 +0000 |
commit | 7ec2d9b9ae3e34b1533a90d433a530b949435952 (patch) | |
tree | eb8154dd71f7a096839ec689da1ab71e010c7e61 /libraries | |
parent | b816369636e9a7a16a9dee9195054fdc852c5285 (diff) | |
download | haskell-7ec2d9b9ae3e34b1533a90d433a530b949435952.tar.gz |
getopt is now split off from base
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 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 |