summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHE, Tao <sighingnow@gmail.com>2018-06-21 17:00:17 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-22 15:58:13 -0400
commit63d474bb4af80c1282ee4a4da136ac4518d98bff (patch)
treebd277b6bc04ad450fc694e78ee5e8b6388c014f5 /packages
parent391b0caf0211c8f7968d60468e0512116015a10e (diff)
downloadhaskell-63d474bb4af80c1282ee4a4da136ac4518d98bff.tar.gz
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
Diffstat (limited to 'packages')
-rw-r--r--packages2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages b/packages
index 94dad9e137..8a6ff2945b 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