packages feed

text-builder-lawful-conversions 0.1.1 → 0.1.2

raw patch · 3 files changed

+3/−4 lines, 3 filesdep ~lawful-conversionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lawful-conversions

API changes (from Hackage documentation)

Files

src/hspec/Main/LawfulConversionsHspec.hs view
@@ -15,7 +15,7 @@   forM_ (LawfulConversions.isSomeProperties a b) \(name, property) ->     prop name property -isMany :: (LawfulConversions.IsMany a b, Eq a, Eq b, Show a, Show b, Arbitrary b) => Proxy a -> Proxy b -> Spec+isMany :: (LawfulConversions.IsMany a b, Eq a, Eq b, Show a, Show b, Arbitrary a, Arbitrary b) => Proxy a -> Proxy b -> Spec isMany a b = describe "IsMany" do   forM_ (LawfulConversions.isManyProperties a b) \(name, property) ->     prop name property
src/library/TextBuilderLawfulConversions.hs view
@@ -17,7 +17,6 @@ where  import LawfulConversions (Is, IsMany, IsSome)-import TextBuilder (TextBuilder) import TextBuilderLawfulConversions.LazyBuilder () import TextBuilderLawfulConversions.LazyText () import TextBuilderLawfulConversions.StrictBuilder ()
text-builder-lawful-conversions.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-builder-lawful-conversions-version: 0.1.1+version: 0.1.2 category: Text, Builders, Conversions synopsis: Orphan instances of "lawful-conversions" for "text-builder" homepage: https://github.com/nikita-volkov/text-builder-lawful-conversions@@ -88,7 +88,7 @@    build-depends:     base >=4.13 && <5,-    lawful-conversions ^>=0.1.7,+    lawful-conversions >=0.2 && <0.3,     text >=1.2 && <3,     text-builder ^>=1.0.0.1,     text-builder-core ^>=0.1.1.1,