packages feed

blaze-markup 0.8.2.1 → 0.8.2.2

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~basedep ~containersdep ~tastyPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, containers, tasty

API changes (from Hackage documentation)

- Text.Blaze.Internal: instance Data.Semigroup.Semigroup Text.Blaze.Internal.Attribute
- Text.Blaze.Internal: instance Data.Semigroup.Semigroup Text.Blaze.Internal.AttributeValue
- Text.Blaze.Internal: instance Data.Semigroup.Semigroup Text.Blaze.Internal.ChoiceString
- Text.Blaze.Internal: instance GHC.Base.Monoid a => Data.Semigroup.Semigroup (Text.Blaze.Internal.MarkupM a)
- Text.Blaze.Internal: instance a ~ () => Data.String.IsString (Text.Blaze.Internal.MarkupM a)
+ Text.Blaze.Internal: instance (a ~ ()) => Data.String.IsString (Text.Blaze.Internal.MarkupM a)
+ Text.Blaze.Internal: instance GHC.Base.Monoid a => GHC.Base.Semigroup (Text.Blaze.Internal.MarkupM a)
+ Text.Blaze.Internal: instance GHC.Base.Semigroup Text.Blaze.Internal.Attribute
+ Text.Blaze.Internal: instance GHC.Base.Semigroup Text.Blaze.Internal.AttributeValue
+ Text.Blaze.Internal: instance GHC.Base.Semigroup Text.Blaze.Internal.ChoiceString
- Text.Blaze.Internal: StaticString :: (String -> String) -> ByteString -> Text -> StaticString
+ Text.Blaze.Internal: StaticString :: String -> String -> ByteString -> Text -> StaticString

Files

CHANGELOG view
@@ -1,5 +1,10 @@ # Changelog +- 0.8.2.2 (2018-09-25)+    * Bump `base` to 4.12+    * Bump `containers` to 0.6+    * Bump `tasty` to 1.1+ - 0.8.2.1 (2018-04-09)     * Bump `QuickCheck` dependency to allow 2.11     * Bump `tasty` dependency to allow 1.0
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-markup-Version:      0.8.2.1+Version:      0.8.2.2 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues License:      BSD3@@ -36,7 +36,7 @@     Text.Blaze.Renderer.Utf8    Build-depends:-    base          >= 4    && < 4.12,+    base          >= 4    && < 4.13,     blaze-builder >= 0.3  && < 0.5,     text          >= 0.10 && < 1.3,     bytestring    >= 0.9  && < 0.11@@ -60,12 +60,12 @@   Build-depends:     HUnit            >= 1.2  && < 1.7,     QuickCheck       >= 2.7  && < 2.12,-    containers       >= 0.3  && < 0.6,-    tasty            >= 1.0  && < 1.1,+    containers       >= 0.3  && < 0.7,+    tasty            >= 1.0  && < 1.2,     tasty-hunit      >= 0.10 && < 0.11,     tasty-quickcheck >= 0.10 && < 0.11,     -- Copied from regular dependencies...-    base          >= 4    && < 4.12,+    base          >= 4    && < 4.13,     blaze-builder >= 0.3  && < 0.5,     text          >= 0.10 && < 1.3,     bytestring    >= 0.9  && < 0.11