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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/be8b8c546f510f2ca1b7411b27aa5a71622fbdd5

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

commit be8b8c546f510f2ca1b7411b27aa5a71622fbdd5
Author: Manuel M T Chakravarty <[email protected]>
Date:   Fri Aug 19 09:38:53 2011 +1000

    dph/quickhull: Import vectorised Double

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

 tests/dph/quickhull/Types.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/dph/quickhull/Types.hs b/tests/dph/quickhull/Types.hs
index 162458f..6b19ef1 100644
--- a/tests/dph/quickhull/Types.hs
+++ b/tests/dph/quickhull/Types.hs
@@ -4,6 +4,7 @@
 module Types ( Point, Line, points, xsOf, ysOf) where
 
 import Data.Array.Parallel
+import Data.Array.Parallel.Prelude.Double
 
 type Point = (Double, Double)
 type Line  = (Point, Point)



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

Reply via email to