[commit: ghc] master: Add compact to packages so it gets cleaned on make clean. (cbe11d5)

git at git.haskell.org git at git.haskell.org
Thu Oct 6 23:49:33 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cbe11d5fefefce518c246b470350a5a3bf8efbd6/ghc

>---------------------------------------------------------------

commit cbe11d5fefefce518c246b470350a5a3bf8efbd6
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Oct 6 16:48:56 2016 -0700

    Add compact to packages so it gets cleaned on make clean.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

cbe11d5fefefce518c246b470350a5a3bf8efbd6
 packages | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages b/packages
index f368065..ac4d3e5 100644
--- a/packages
+++ b/packages
@@ -45,6 +45,7 @@ libraries/array              -           -                               -
 libraries/binary             -           -                               https://github.com/kolmodin/binary.git
 libraries/bytestring         -           -                               https://github.com/haskell/bytestring.git
 libraries/Cabal              -           -                               https://github.com/haskell/cabal.git
+libraries/compact            -           -                               -
 libraries/containers         -           -                               https://github.com/haskell/containers.git
 libraries/deepseq            -           -                               ssh://git@github.com/haskell/deepseq.git
 libraries/directory          -           -                               ssh://git@github.com/haskell/directory.git



More information about the ghc-commits mailing list