[commit: ghc] master: Give T3064 the right module name (just tidying up) (528cbd7)
git at git.haskell.org
git at git.haskell.org
Thu Nov 6 15:42:42 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/528cbd72d4d15886c3e675d8280cbb0fe91413bd/ghc
>---------------------------------------------------------------
commit 528cbd72d4d15886c3e675d8280cbb0fe91413bd
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Nov 6 13:35:09 2014 +0000
Give T3064 the right module name (just tidying up)
>---------------------------------------------------------------
528cbd72d4d15886c3e675d8280cbb0fe91413bd
testsuite/tests/perf/compiler/T3064.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/T3064.hs b/testsuite/tests/perf/compiler/T3064.hs
index d3cdea3..39a51de 100644
--- a/testsuite/tests/perf/compiler/T3064.hs
+++ b/testsuite/tests/perf/compiler/T3064.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE Rank2Types, TypeSynonymInstances, FlexibleInstances #-}
{-# LANGUAGE TypeFamilies, GeneralizedNewtypeDeriving #-}
-module Bug2 where
+module T3064 where
import Control.Applicative
newtype ReaderT r m a = ReaderT { runReaderT :: r -> m a }
More information about the ghc-commits
mailing list