aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Gen.hs3
-rw-r--r--test/Tests/C.hs2
2 files changed, 2 insertions, 3 deletions
diff --git a/test/Gen.hs b/test/Gen.hs
index bf002ca..50c671f 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -21,10 +21,9 @@ import GHC.TypeLits
import GHC.TypeNats qualified as TN
import Data.Array.Mixed.Permutation
-import Data.Array.Mixed.Shape
import Data.Array.Mixed.Types
import Data.Array.Nested
-import Data.Array.Nested.Internal.Shape
+import Data.Array.Nested.Ranked.Shape
import Hedgehog
import Hedgehog.Gen qualified as Gen
diff --git a/test/Tests/C.hs b/test/Tests/C.hs
index 4861eb1..72bf8f6 100644
--- a/test/Tests/C.hs
+++ b/test/Tests/C.hs
@@ -20,7 +20,7 @@ import GHC.TypeLits
import Data.Array.Mixed.Types (fromSNat')
import Data.Array.Nested
-import Data.Array.Nested.Internal.Shape
+import Data.Array.Nested.Ranked.Shape
import Hedgehog
import Hedgehog.Gen qualified as Gen