[commit: ghc] master: Update Cabal to BinaryLiterals-aware 1.20 version (dab0fa0)
git at git.haskell.org
git at git.haskell.org
Sun Jun 29 11:58:31 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dab0fa06fa33eeb45cef16c06c41d6c45b102451/ghc
>---------------------------------------------------------------
commit dab0fa06fa33eeb45cef16c06c41d6c45b102451
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Jun 29 10:03:35 2014 +0200
Update Cabal to BinaryLiterals-aware 1.20 version
In 1c0b5fdc9f2b6ea8166cc565383d4cd20432343c (re #9224) `BinaryLiterals`
was temporarily added to T4437's `expectedGhcOnlyExtensions` list. This
can now reverted as Cabal has been made aware of `BinaryLiterals`
(see haskell/cabal#1970 and haskell/cabal#1972).
updates Cabal submodule
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
dab0fa06fa33eeb45cef16c06c41d6c45b102451
libraries/Cabal | 2 +-
testsuite/tests/driver/T4437.hs | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/libraries/Cabal b/libraries/Cabal
index 597ed8f..c125342 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit 597ed8f613db327cfab958aa64da6c0f9e1ee291
+Subproject commit c125342d4147ffb59c88d43024ae9abfc3a9c96d
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index c6332ea..40ddb4b 100644
--- a/testsuite/tests/driver/T4437.hs
+++ b/testsuite/tests/driver/T4437.hs
@@ -32,7 +32,6 @@ check title expected got
expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions = ["RelaxedLayout",
"AlternativeLayoutRule",
- "BinaryLiterals",
"AlternativeLayoutRuleTransitional",
"JavaScriptFFI",
"PatternSynonyms"]
More information about the ghc-commits
mailing list