[commit: ghc] master: Fix T2110 now that base has map/coerce rule. (cbdd832)
git at git.haskell.org
git at git.haskell.org
Thu Mar 13 22:58:04 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cbdd83288bc3d3d2f07eadf800e9f2b27916c168/ghc
>---------------------------------------------------------------
commit cbdd83288bc3d3d2f07eadf800e9f2b27916c168
Author: Austin Seipp <austin at well-typed.com>
Date: Thu Mar 13 17:56:18 2014 -0500
Fix T2110 now that base has map/coerce rule.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
cbdd83288bc3d3d2f07eadf800e9f2b27916c168
testsuite/tests/simplCore/should_run/T2110.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/testsuite/tests/simplCore/should_run/T2110.hs b/testsuite/tests/simplCore/should_run/T2110.hs
index fb65781..610be09 100644
--- a/testsuite/tests/simplCore/should_run/T2110.hs
+++ b/testsuite/tests/simplCore/should_run/T2110.hs
@@ -3,10 +3,6 @@
import GHC.Exts
import Unsafe.Coerce
-{-# RULES
-"map/coerce" map coerce = coerce
- #-}
-
newtype Age = Age Int
fooAge :: [Int] -> [Age]
More information about the ghc-commits
mailing list