diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-24 16:41:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-24 16:41:42 +0000 |
commit | cc002579bf0b49bd5a5f2a00dd7100c94a3f81e9 (patch) | |
tree | f29a481ebce2f96166ed0f6f289c780f0c30c509 /libraries | |
parent | 79c5c4d19e44c690970c2505d290b2517b1ee263 (diff) | |
download | haskell-cc002579bf0b49bd5a5f2a00dd7100c94a3f81e9.tar.gz |
Rejig how darcs-all works
It's now easier to add new repos anywhere in the source tree
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/boot-packages | 21 | ||||
-rw-r--r-- | libraries/extra-packages | 15 |
2 files changed, 0 insertions, 36 deletions
diff --git a/libraries/boot-packages b/libraries/boot-packages deleted file mode 100644 index 6ffb54eb34..0000000000 --- a/libraries/boot-packages +++ /dev/null @@ -1,21 +0,0 @@ -array -base -bytestring -Cabal -containers -directory -editline -filepath -ghc-prim -haskell98 -hpc -integer-gmp -old-locale -old-time -packedstring -pretty -process -random -template-haskell -unix -Win32 diff --git a/libraries/extra-packages b/libraries/extra-packages deleted file mode 100644 index 864713aa6b..0000000000 --- a/libraries/extra-packages +++ /dev/null @@ -1,15 +0,0 @@ -HUnit -QuickCheck -cgi -haskell-src -html -mtl -network -parsec -parallel -regex-base -regex-compat -regex-posix -stm -time -xhtml |