packages feed

blaze-markup 0.7.0.2 → 0.7.0.3

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~HUnitPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

- Text.Blaze: instance ToMarkup Bool
- Text.Blaze: instance ToMarkup Char
- Text.Blaze: instance ToMarkup Double
- Text.Blaze: instance ToMarkup Float
- Text.Blaze: instance ToMarkup Int
- Text.Blaze: instance ToMarkup Int32
- Text.Blaze: instance ToMarkup Int64
- Text.Blaze: instance ToMarkup Integer
- Text.Blaze: instance ToMarkup Markup
- Text.Blaze: instance ToMarkup String
- Text.Blaze: instance ToMarkup Text
- Text.Blaze: instance ToMarkup Word
- Text.Blaze: instance ToMarkup Word32
- Text.Blaze: instance ToMarkup Word64
- Text.Blaze: instance ToMarkup [Markup]
- Text.Blaze: instance ToValue AttributeValue
- Text.Blaze: instance ToValue Bool
- Text.Blaze: instance ToValue Char
- Text.Blaze: instance ToValue Double
- Text.Blaze: instance ToValue Float
- Text.Blaze: instance ToValue Int
- Text.Blaze: instance ToValue Int32
- Text.Blaze: instance ToValue Int64
- Text.Blaze: instance ToValue Integer
- Text.Blaze: instance ToValue String
- Text.Blaze: instance ToValue Text
- Text.Blaze: instance ToValue Word
- Text.Blaze: instance ToValue Word32
- Text.Blaze: instance ToValue Word64
- Text.Blaze.Internal: getString :: StaticString -> String -> String
- Text.Blaze.Internal: getText :: StaticString -> Text
- Text.Blaze.Internal: getUtf8ByteString :: StaticString -> ByteString
- Text.Blaze.Internal: instance Applicative MarkupM
- Text.Blaze.Internal: instance Attributable (MarkupM a -> MarkupM b)
- Text.Blaze.Internal: instance Attributable (MarkupM a)
- Text.Blaze.Internal: instance Functor MarkupM
- Text.Blaze.Internal: instance IsString (MarkupM a)
- Text.Blaze.Internal: instance IsString AttributeValue
- Text.Blaze.Internal: instance IsString ChoiceString
- Text.Blaze.Internal: instance IsString StaticString
- Text.Blaze.Internal: instance IsString Tag
- Text.Blaze.Internal: instance Monad MarkupM
- Text.Blaze.Internal: instance Monoid Attribute
- Text.Blaze.Internal: instance Monoid AttributeValue
- Text.Blaze.Internal: instance Monoid ChoiceString
- Text.Blaze.Internal: instance Monoid a => Monoid (MarkupM a)
- Text.Blaze.Internal: instance Typeable MarkupM
+ Text.Blaze: instance Text.Blaze.ToMarkup Data.Text.Internal.Lazy.Text
+ Text.Blaze: instance Text.Blaze.ToMarkup Data.Text.Internal.Text
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Base.String
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Int.Int32
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Int.Int64
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Integer.Type.Integer
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Bool
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Char
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Double
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Float
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Int
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Types.Word
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Word.Word32
+ Text.Blaze: instance Text.Blaze.ToMarkup GHC.Word.Word64
+ Text.Blaze: instance Text.Blaze.ToMarkup Text.Blaze.Internal.Markup
+ Text.Blaze: instance Text.Blaze.ToMarkup [Text.Blaze.Internal.Markup]
+ Text.Blaze: instance Text.Blaze.ToValue Data.Text.Internal.Lazy.Text
+ Text.Blaze: instance Text.Blaze.ToValue Data.Text.Internal.Text
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Base.String
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Int.Int32
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Int.Int64
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Integer.Type.Integer
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Bool
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Char
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Double
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Float
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Int
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Types.Word
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Word.Word32
+ Text.Blaze: instance Text.Blaze.ToValue GHC.Word.Word64
+ Text.Blaze: instance Text.Blaze.ToValue Text.Blaze.Internal.AttributeValue
+ Text.Blaze.Internal: [getString] :: StaticString -> String -> String
+ Text.Blaze.Internal: [getText] :: StaticString -> Text
+ Text.Blaze.Internal: [getUtf8ByteString] :: StaticString -> ByteString
+ Text.Blaze.Internal: instance Data.String.IsString (Text.Blaze.Internal.MarkupM a)
+ Text.Blaze.Internal: instance Data.String.IsString Text.Blaze.Internal.AttributeValue
+ Text.Blaze.Internal: instance Data.String.IsString Text.Blaze.Internal.ChoiceString
+ Text.Blaze.Internal: instance Data.String.IsString Text.Blaze.Internal.StaticString
+ Text.Blaze.Internal: instance Data.String.IsString Text.Blaze.Internal.Tag
+ Text.Blaze.Internal: instance GHC.Base.Applicative Text.Blaze.Internal.MarkupM
+ Text.Blaze.Internal: instance GHC.Base.Functor Text.Blaze.Internal.MarkupM
+ Text.Blaze.Internal: instance GHC.Base.Monad Text.Blaze.Internal.MarkupM
+ Text.Blaze.Internal: instance GHC.Base.Monoid Text.Blaze.Internal.Attribute
+ Text.Blaze.Internal: instance GHC.Base.Monoid Text.Blaze.Internal.AttributeValue
+ Text.Blaze.Internal: instance GHC.Base.Monoid Text.Blaze.Internal.ChoiceString
+ Text.Blaze.Internal: instance GHC.Base.Monoid a => GHC.Base.Monoid (Text.Blaze.Internal.MarkupM a)
+ Text.Blaze.Internal: instance Text.Blaze.Internal.Attributable (Text.Blaze.Internal.MarkupM a -> Text.Blaze.Internal.MarkupM b)
+ Text.Blaze.Internal: instance Text.Blaze.Internal.Attributable (Text.Blaze.Internal.MarkupM a)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+- 0.7.0.3+    * Relax `HUnit` dependency to allow 1.3+ - 0.7.0.2     * Relax `blaze-builder` dependency to allow 0.3 
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-markup-Version:      0.7.0.2+Version:      0.7.0.3 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues License:      BSD3@@ -50,7 +50,7 @@     Text.Blaze.Tests.Util    Build-depends:-    HUnit                      >= 1.2 && < 1.3,+    HUnit                      >= 1.2 && < 1.4,     QuickCheck                 >= 2.4 && < 2.9,     containers                 >= 0.3 && < 0.6,     test-framework             >= 0.4 && < 0.9,