diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-01-13 15:05:05 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-01-13 15:05:05 +0000 |
commit | 60d9fc0b9ff51cef0a7895a399410f50dc52b970 (patch) | |
tree | 245bf471ab09c7a03e961a9e2bbd97fd09743b01 /libraries | |
parent | 8c56903f4884d9597e04868e1a67513e63dc89c0 (diff) | |
download | haskell-60d9fc0b9ff51cef0a7895a399410f50dc52b970.tar.gz |
Add infrastructure for multiple library packages
The ./darcs-all script at the top level is an easier way to do darcs
pull/push/get on the whole tree (it should probably allow more
commands; I'll fix that later).
libraries/default-packages is a list of darcs repositories with which
to populate the libraries tree.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/.darcs-boring | 27 | ||||
-rw-r--r-- | libraries/default-packages | 26 |
2 files changed, 53 insertions, 0 deletions
diff --git a/libraries/.darcs-boring b/libraries/.darcs-boring new file mode 100644 index 0000000000..d0c8a634ac --- /dev/null +++ b/libraries/.darcs-boring @@ -0,0 +1,27 @@ +#Packages: +^Cabal/ +^ALUT/ +^GLUT/ +^HGL/ +^HUnit/ +^HaXml/ +^Japi/ +^ObjectIO/ +^OpenAL/ +^OpenGL/ +^QuickCheck/ +^Win32/ +^X11/ +^arrows/ +^base/ +^fgl/ +^haskell-src/ +^haskell98/ +^monads/ +^mtl/ +^network/ +^parsec/ +^readline/ +^stm/ +^template-haskell/ +^unix/ diff --git a/libraries/default-packages b/libraries/default-packages new file mode 100644 index 0000000000..1dbefe16a1 --- /dev/null +++ b/libraries/default-packages @@ -0,0 +1,26 @@ +http://darcs.haskell.org/packages/Cabal +http://darcs.haskell.org/packages/ALUT +http://darcs.haskell.org/packages/GLUT +http://darcs.haskell.org/packages/HGL +http://darcs.haskell.org/packages/HUnit +http://darcs.haskell.org/packages/HaXml +http://darcs.haskell.org/packages/Japi +http://darcs.haskell.org/packages/ObjectIO +http://darcs.haskell.org/packages/OpenAL +http://darcs.haskell.org/packages/OpenGL +http://darcs.haskell.org/packages/QuickCheck +http://darcs.haskell.org/packages/Win32 +http://darcs.haskell.org/packages/X11 +http://darcs.haskell.org/packages/arrows +http://darcs.haskell.org/packages/base +http://darcs.haskell.org/packages/fgl +http://darcs.haskell.org/packages/haskell-src +http://darcs.haskell.org/packages/haskell98 +http://darcs.haskell.org/packages/monads +http://darcs.haskell.org/packages/mtl +http://darcs.haskell.org/packages/network +http://darcs.haskell.org/packages/parsec +http://darcs.haskell.org/packages/readline +http://darcs.haskell.org/packages/stm +http://darcs.haskell.org/packages/template-haskell +http://darcs.haskell.org/packages/unix |