packages feed

lucid-svg 0.4.0.2 → 0.4.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~lucidPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: lucid

API changes (from Hackage documentation)

- Lucid.Svg: newtype Attribute :: *
+ Lucid.Svg: data Attribute :: *
- Lucid.Svg: Attribute :: (Text, Text) -> Attribute
+ Lucid.Svg: Attribute :: SrictNotUnpackedText -> SrictNotUnpackedText -> Attribute
- Lucid.Svg: runHtmlT :: HtmlT m a -> m (HashMap Text Text -> Builder -> Builder, a)
+ Lucid.Svg: runHtmlT :: HtmlT m a -> m (HashMap Text Text -> Builder, a)

Files

lucid-svg.cabal view
@@ -1,5 +1,5 @@ name:                lucid-svg-version:             0.4.0.2+version:             0.4.0.3 synopsis:            DSL for SVG using lucid for HTML homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git license:             BSD3@@ -22,6 +22,6 @@                        blaze-builder >= 0.2   && < 0.4,                        transformers  >= 0.2   && < 0.5,                        text          >= 0.11  && < 1.3,-                       lucid         >= 2.9 && < 3.0+                       lucid         >= 2.9.2 && < 3.0   hs-source-dirs:      src   default-language:    Haskell2010