aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/C.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:38:22 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:38:22 +0200
commitffa8dacb1d7ea53438f784bf5f8b425b8cd48f46 (patch)
tree154026b503f334bf14851a3826d1562c5cfb9d08 /test/Tests/C.hs
parent978919b5be0fe74f5da1e071e97557d2e30f0ad2 (diff)
Split and uniformly rename Shape modules
Diffstat (limited to 'test/Tests/C.hs')
-rw-r--r--test/Tests/C.hs2
1 files changed, 1 insertions, 1 deletions
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