aboutsummaryrefslogtreecommitdiff
path: root/test/Gen.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-17 11:08:46 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-17 11:08:46 +0200
commitc6483b8aef06f13019bbdd5ef847041c50bdaa7f (patch)
tree206cbf4e5612ee986a2ca10a9824f124ed707d31 /test/Gen.hs
parenta65d8cb500be58af8d692e6cf4f56c7ebe039590 (diff)
Run stylish-haskell
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 281c620..9ff206c 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -20,10 +20,10 @@ import Foreign
import GHC.TypeLits
import GHC.TypeNats qualified as TN
-import Data.Array.Nested.Permutation
-import Data.Array.Nested.Types
import Data.Array.Nested
+import Data.Array.Nested.Permutation
import Data.Array.Nested.Ranked.Shape
+import Data.Array.Nested.Types
import Hedgehog
import Hedgehog.Gen qualified as Gen