Skip to content
Snippets Groups Projects
Commit 883b2fec authored by chak@cse.unsw.edu.au.'s avatar chak@cse.unsw.edu.au.
Browse files

Add a missing dependency (implicit in the vectoriser)

parent 045415a1
No related tags found
No related merge requests found
...@@ -53,6 +53,9 @@ module Data.Array.Parallel ( ...@@ -53,6 +53,9 @@ module Data.Array.Parallel (
import Prelude hiding (undefined) import Prelude hiding (undefined)
import GHC.PArr -- only has the definition of [::] left import GHC.PArr -- only has the definition of [::] left
-- fake dependency to satisfy built-in iface loading in the vectoriser
import Data.Array.Parallel.Prelude.Base.Tuple ()
import Data.Array.Parallel.Lifted import Data.Array.Parallel.Lifted
import Data.Array.Parallel.Lifted.Combinators import Data.Array.Parallel.Lifted.Combinators
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment