summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-08-19 09:38:53 +1000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-08-19 09:38:53 +1000
commit53ba351fb8b57ea84871f24ac5e03689838224b0 (patch)
tree4914f5e057a0d8008639fc442e1d5b665254fc43 /testsuite/tests/dph
parent7389faf570109f8207b81b0c63aadac6e2d2a72a (diff)
downloadhaskell-53ba351fb8b57ea84871f24ac5e03689838224b0.tar.gz
dph/quickhull: Import vectorised Double
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r--testsuite/tests/dph/quickhull/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/dph/quickhull/Types.hs b/testsuite/tests/dph/quickhull/Types.hs
index 162458f424..6b19ef1ab3 100644
--- a/testsuite/tests/dph/quickhull/Types.hs
+++ b/testsuite/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)