diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-23 13:46:02 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-26 01:23:35 -0800 |
commit | a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630 (patch) | |
tree | a7c762f501bc072c81d27c71e0640f9490a36819 /packages | |
parent | 8f20844d3435094583db92a30550ca319d2be863 (diff) | |
download | haskell-a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630.tar.gz |
Rename compact to ghc-compact.
Summary:
The plan is to release a separate library, 'compact', which gives a
friendly user-facing interface. This library is just enough so that we
can make sure the functionality is working in GHC.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, dfeuer, austin, simonmar, hvr
Subscribers: thomie, erikd, snowleopard
Differential Revision: https://phabricator.haskell.org/D3206
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +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/ghc-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 |