diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-03-22 15:26:34 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-06-25 10:19:22 +0200 |
commit | db19c665ec5055c2193b2174519866045aeff09a (patch) | |
tree | 4339fb1a0277aabb8fc63a80a160118969e46b3b /.gitignore | |
parent | ec550e8f951e50fb91c89389e2e77a3358079c3a (diff) | |
download | haskell-db19c665ec5055c2193b2174519866045aeff09a.tar.gz |
Convert loose sub-repos into proper submodules (re #8545)
Specifically, the following sub-repos/modules are converted:
- libffi-tarballs
- libraries/array
- libraries/deepseq
- libraries/directory
- libraries/dph
- libraries/filepath
- libraries/haskell2010
- libraries/haskell98
- libraries/hoopl
- libraries/hpc
- libraries/old-locale
- libraries/old-time
- libraries/parallel
- libraries/process
- libraries/stm
- libraries/unix
- nofib
- utils/hsc2hs
N.B. ghc-tarballs is not converted as it will probably be handled
differently in the future.
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore index a25197d979..99bf3a6bab 100644 --- a/.gitignore +++ b/.gitignore @@ -46,27 +46,6 @@ _darcs/ # sub-repositories /ghc-tarballs/ -/libffi-tarballs/ -/libraries/array/ -/libraries/deepseq/ -/libraries/directory/ -/libraries/dph/ -/libraries/extensible-exceptions/ -/libraries/filepath/ -/libraries/haskell2010/ -/libraries/haskell98/ -/libraries/hoopl/ -/libraries/hpc/ -/libraries/mtl/ -/libraries/old-locale/ -/libraries/old-time/ -/libraries/parallel/ -/libraries/process/ -/libraries/stm/ -/libraries/unix/ -/libraries/utf8-string/ -/nofib/ -/utils/hsc2hs/ # ----------------------------------------------------------------------------- # Cabal dist directories |