packages feed

lucid-svg 0.4 → 0.4.0.1

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~basedep ~blaze-builderdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, blaze-builder, text, transformers

API changes (from Hackage documentation)

Files

lucid-svg.cabal view
@@ -1,5 +1,5 @@ name:                lucid-svg-version:             0.4+version:             0.4.0.1 synopsis:            DSL for SVG using lucid for HTML homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git license:             BSD3@@ -18,10 +18,10 @@                        Lucid.Svg.Path,                        Lucid.Svg.Elements,                        Lucid.Svg.Attributes-  build-depends:       base          >= 4.7   && < 4.8,-                       blaze-builder >= 0.3   && < 0.4,-                       transformers  >= 0.4   && < 0.5,-                       text          >= 1.2   && < 1.3,+  build-depends:       base          >= 4.5   && < 4.9,+                       blaze-builder >= 0.2   && < 0.4,+                       transformers  >= 0.2   && < 0.5,+                       text          >= 0.11  && < 1.3,                        lucid         >= 2.8.1 && < 2.9   hs-source-dirs:      src   default-language:    Haskell2010
src/Lucid/Svg.hs view
@@ -51,7 +51,7 @@ import           Data.Text.Lazy.Builder as B import           Lucid.Base import qualified Lucid.Svg.Attributes   as A-import           Lucid.Svg.Attributes   hiding (colorProfile_, cursor_, filter_, path_, style_)+import           Lucid.Svg.Attributes   hiding (cursor_, filter_, path_, style_) import           Lucid.Svg.Elements import           Lucid.Svg.Path