[commit: testsuite] master: dph/quickhull: Import vectorised Double (be8b8c5)
Manuel Chakravarty
chak at cse.unsw.edu.au
Fri Aug 19 01:39:12 CEST 2011
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 <chak at cse.unsw.edu.au>
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)
More information about the Cvs-ghc
mailing list