diff options
author | Ian Lynagh <igloo@earth.li> | 2009-07-18 12:16:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-07-18 12:16:49 +0000 |
commit | e27c3aa29483ba9be97ba8d967c7ea16de327247 (patch) | |
tree | 3b27da352ba249feb0476777be72ae623f7c6963 /boot | |
parent | 4c96e4908c3cacae8e3feb4a6fccb120a5740a2a (diff) | |
download | haskell-e27c3aa29483ba9be97ba8d967c7ea16de327247.tar.gz |
Add the time library, and support for libraries in tarballs
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,9 @@ #! /bin/sh set -e +# Create libraries/*/{ghc.mk,GNUmakefile} +sh boot-pkgs + # Check that we have all boot packages. for dir in `grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$" packages | sed "s/ .*//"` do @@ -30,6 +33,3 @@ do chmod +x $f fi done - -# Create libraries/*/{ghc.mk,GNUmakefile} -sh boot-pkgs |