[commit: ghc] master: Include ghc-heap and libiserv in the "package" file. (63d474b)
git at git.haskell.org
git at git.haskell.org
Fri Jun 22 19:59:34 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/63d474bb4af80c1282ee4a4da136ac4518d98bff/ghc
>---------------------------------------------------------------
commit 63d474bb4af80c1282ee4a4da136ac4518d98bff
Author: HE, Tao <sighingnow at gmail.com>
Date: Thu Jun 21 17:00:17 2018 -0400
Include ghc-heap and libiserv in the "package" file.
Previously, the `make clean` (as well as `make dist-clean`) doesn't work
for ghc-heap and libiserv, due to these two libraries are not presented
in the "packages" file.
Test Plan: [skip ci]
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4878
>---------------------------------------------------------------
63d474bb4af80c1282ee4a4da136ac4518d98bff
packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packages b/packages
index 94dad9e..8a6ff29 100644
--- a/packages
+++ b/packages
@@ -45,12 +45,14 @@ libraries/binary - - https:/
libraries/bytestring - - https://github.com/haskell/bytestring.git
libraries/Cabal - - https://github.com/haskell/cabal.git
libraries/ghc-compact - - -
+libraries/ghc-heap - - -
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
libraries/filepath - - ssh://git@github.com/haskell/filepath.git
libraries/haskeline - - https://github.com/judah/haskeline.git
libraries/hpc - - -
+libraries/libiserv - - -
libraries/mtl - - https://github.com/haskell/mtl.git
libraries/parsec - - https://github.com/haskell/parsec.git
libraries/pretty - - https://github.com/haskell/pretty.git
More information about the ghc-commits
mailing list