aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-13 16:49:22 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-13 16:49:22 +0200
commit0b021e8630ab78ccad076cf8357e370f4a0fcab5 (patch)
tree5cbfd5ee67e674f1ce1ad993050baa1163080df7 /test
parent06f2bb862088dab5b304b655d7d9ae628bab97d8 (diff)
Let stylish-haskell sort things
Diffstat (limited to 'test')
-rw-r--r--test/Tests/C.hs2
-rw-r--r--test/Util.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Tests/C.hs b/test/Tests/C.hs
index a0f103d..b10e66a 100644
--- a/test/Tests/C.hs
+++ b/test/Tests/C.hs
@@ -23,8 +23,8 @@ import Data.Array.Nested
import Data.Array.Nested.Internal.Shape
import Hedgehog
-import Hedgehog.Internal.Property (forAllT)
import Hedgehog.Gen qualified as Gen
+import Hedgehog.Internal.Property (forAllT)
import Hedgehog.Range qualified as Range
import Test.Tasty
import Test.Tasty.Hedgehog
diff --git a/test/Util.hs b/test/Util.hs
index ce6ec23..0273423 100644
--- a/test/Util.hs
+++ b/test/Util.hs
@@ -12,9 +12,9 @@ module Util where
import Data.Array.RankedS qualified as OR
import Data.Kind
+import GHC.TypeLits
import Hedgehog
import Hedgehog.Internal.Property (failDiff)
-import GHC.TypeLits
import Data.Array.Mixed.Types (fromSNat')