packages feed

clash-prelude-hedgehog 1.8.4 → 1.8.5

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~clash-preludedep ~ghc-typelits-knownnatdep ~ghc-typelits-natnormalisePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: clash-prelude, ghc-typelits-knownnat, ghc-typelits-natnormalise

API changes (from Hackage documentation)

Files

clash-prelude-hedgehog.cabal view
@@ -1,7 +1,7 @@ cabal-version:      2.2  name:               clash-prelude-hedgehog-version:            1.8.4+version:            1.8.5 synopsis:           Hedgehog Generators for clash-prelude description:        Hedgehog Generators for clash-prelude bug-reports:        https://github.com/clash-lang/clash-compiler/issues@@ -47,8 +47,8 @@     Clash.Hedgehog.Sized.Vector    build-depends:-    ghc-typelits-knownnat     >= 0.7.2   && < 0.8,-    ghc-typelits-natnormalise >= 0.7.2   && < 0.8,+    ghc-typelits-knownnat     >= 0.7.2   && < 0.9,+    ghc-typelits-natnormalise >= 0.7.2   && < 0.10,     text                      >= 1.2.2   && < 2.2, -    clash-prelude             == 1.8.4,+    clash-prelude             == 1.8.5,