diff options
Diffstat (limited to 'test/Util.hs')
-rw-r--r-- | test/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Util.hs b/test/Util.hs index 34cf8ab..8a5ba72 100644 --- a/test/Util.hs +++ b/test/Util.hs @@ -15,7 +15,7 @@ import GHC.TypeLits import Hedgehog import Hedgehog.Internal.Property (failDiff) -import Data.Array.Mixed.Types (fromSNat') +import Data.Array.Nested.Types (fromSNat') -- Returns highest value that satisfies the predicate, or `lo` if none does |