aboutsummaryrefslogtreecommitdiff
path: root/test/Gen.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-16 23:50:45 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-16 23:50:45 +0200
commit7bc9bc6ddbcee4f4193d5c79db92186f12ce3eb2 (patch)
tree0f240a22377af2048c7c7a619fdddb9c2a007035 /test/Gen.hs
parentedc711c4cfb9c07466e7d242c6949131acc56f71 (diff)
Move modules Permutation and Types
Diffstat (limited to 'test/Gen.hs')
-rw-r--r--test/Gen.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Gen.hs b/test/Gen.hs
index 50c671f..281c620 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -20,8 +20,8 @@ import Foreign
import GHC.TypeLits
import GHC.TypeNats qualified as TN
-import Data.Array.Mixed.Permutation
-import Data.Array.Mixed.Types
+import Data.Array.Nested.Permutation
+import Data.Array.Nested.Types
import Data.Array.Nested
import Data.Array.Nested.Ranked.Shape