Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/56df55eb6111f375dc7ac6c7eab4feb9dac355c2

>---------------------------------------------------------------

commit 56df55eb6111f375dc7ac6c7eab4feb9dac355c2
Author: Manuel M T Chakravarty <[email protected]>
Date:   Sun Nov 27 00:18:30 2011 +1100

    dph-classes wibble

>---------------------------------------------------------------

 .gitignore                    |    4 +++-
 tests/dph/classes/DefsVect.hs |    1 -
 tests/dph/words/Main.hs       |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index efc09c6..5e94046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,4 +126,6 @@ timeout/dist/
 /tests/safeHaskell/check/pkg01/local.db/
 /tests/safeHaskell/check/pkg01/setup
 tests/dph/classes/dph-classes-fast
-tests/dph/dotp/dph-dotp-opt
\ No newline at end of file
+tests/dph/dotp/dph-dotp-opt
+tests/dph/primespj/dph-primespj-opt
+tests/dph/words/dph-words-opt
\ No newline at end of file
diff --git a/tests/dph/classes/DefsVect.hs b/tests/dph/classes/DefsVect.hs
index e384908..883ad7b 100644
--- a/tests/dph/classes/DefsVect.hs
+++ b/tests/dph/classes/DefsVect.hs
@@ -14,7 +14,6 @@ import Data.Array.Parallel.Prelude.Int  (Int)
 -- {-# VECTORISE class Ord #-}
 -- {-# VECTORISE SCALAR instance Ord Int #-}
 
--- {-# VECTORISE type Bool = Bool #-}
 -- {-# VECTORISE type Ordering #-}
 
 data MyBool = MyTrue | MyFalse
diff --git a/tests/dph/words/Main.hs b/tests/dph/words/Main.hs
index 50804a6..094a2ce 100644
--- a/tests/dph/words/Main.hs
+++ b/tests/dph/words/Main.hs
@@ -1,6 +1,6 @@
 
 import WordsVect
-import Data.Array.Parallel.Prelude
+import Data.Array.Parallel
 import qualified Data.Array.Parallel.Prelude.Word8     as W
 import qualified Data.Array.Parallel.PArray            as P
 import qualified Data.Array.Parallel.Unlifted          as U



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to