diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:49:22 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:49:22 +0200 |
commit | 0b021e8630ab78ccad076cf8357e370f4a0fcab5 (patch) | |
tree | 5cbfd5ee67e674f1ce1ad993050baa1163080df7 /test/Tests | |
parent | 06f2bb862088dab5b304b655d7d9ae628bab97d8 (diff) |
Let stylish-haskell sort things
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/C.hs | 2 |
1 files changed, 1 insertions, 1 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 |