From 63d474bb4af80c1282ee4a4da136ac4518d98bff Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Thu, 21 Jun 2018 17:00:17 -0400 Subject: 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 --- packages | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') 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 -- cgit v1.2.1