[commit: ghc] master: Upgrade Cabal submodule to latest HEAD, change to package key calculation. (c77eecd)
git at git.haskell.org
git at git.haskell.org
Mon Jan 19 19:16:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c77eecdc35e2fb4664765264a72ed3f29e50c047/ghc
>---------------------------------------------------------------
commit c77eecdc35e2fb4664765264a72ed3f29e50c047
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Jan 9 16:53:22 2015 -0800
Upgrade Cabal submodule to latest HEAD, change to package key calculation.
Summary:
One notable change is that the package key calculation algorithm in Cabal
has changed (from an undocumented format based on Show instances to a fully
specified format), so you will need to do a full rebuild.
I'd greatly prefer if this could be merged to 7.10.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: austin
Subscribers:
GHC Trac Issues:
>---------------------------------------------------------------
c77eecdc35e2fb4664765264a72ed3f29e50c047
libraries/Cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/Cabal b/libraries/Cabal
index e4ea51c..18c17cb 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit e4ea51c3156c27b7dec40cb2733b8bfe37bca6a1
+Subproject commit 18c17cbad1e36275ca878cce89539cf4ffa1a6ff
More information about the ghc-commits
mailing list