aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Gen.hs3
-rw-r--r--test/Util.hs2
2 files changed, 3 insertions, 2 deletions
diff --git a/test/Gen.hs b/test/Gen.hs
index 2d2a30b..9652963 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -18,7 +18,8 @@ import Foreign
import GHC.TypeLits
import qualified GHC.TypeNats as TN
-import Data.Array.Mixed (fromSNat', pattern SZ, pattern SS)
+import Data.Array.Mixed
+import Data.Array.Mixed.Types
import Data.Array.Nested
import Hedgehog
diff --git a/test/Util.hs b/test/Util.hs
index 1249bf9..9afa922 100644
--- a/test/Util.hs
+++ b/test/Util.hs
@@ -11,7 +11,7 @@ module Util where
import qualified Data.Array.RankedS as OR
import GHC.TypeLits
-import Data.Array.Mixed (fromSNat')
+import Data.Array.Mixed.Types (fromSNat')
import Data.Array.Nested