clash-lib-hedgehog 1.8.0 → 1.8.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~clash-libdep ~hedgehogdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clash-lib, hedgehog, text
API changes (from Hackage documentation)
Files
- clash-lib-hedgehog.cabal +4/−4
clash-lib-hedgehog.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: clash-lib-hedgehog-version: 1.8.0+version: 1.8.1 synopsis: Hedgehog Generators for clash-lib description: Hedgehog Generators for clash-lib bug-reports: https://github.com/clash-lang/clash-compiler/issues@@ -30,7 +30,7 @@ build-depends: base >= 4.11 && < 5,- hedgehog >= 1.0.3 && < 1.3,+ hedgehog >= 1.0.3 && < 1.5, library import: basic-config@@ -59,7 +59,7 @@ mtl >= 2.1.2 && < 2.4, pretty-show >= 1.9 && < 2.0, primitive >= 0.5.0.1 && < 1.0,- text >= 1.2.2 && < 2.1,+ text >= 1.2.2 && < 2.2, transformers >= 0.5.2.0 && < 0.7, - clash-lib == 1.8.0,+ clash-lib == 1.8.1,