lucid-svg 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+5/−9 lines, 2 filesdep ~lucidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lucid
API changes (from Hackage documentation)
Files
- README.md +3/−3
- lucid-svg.cabal +2/−6
README.md view
@@ -1,5 +1,5 @@-# lucid-svg-+lucid-svg [](https://hackage.haskell.org/package/lucid-svg)+========= Simple DSL for writing SVG, base on lucid ## Example@@ -12,7 +12,7 @@ svg :: Svg () -> Svg () svg content = do doctype_- with (svg11_ content) [version_ "1.1", width_ "300" , height_ "200"]+ with (svg11_ content) [width_ "300" , height_ "200"] contents :: Svg () contents = do
lucid-svg.cabal view
@@ -1,10 +1,6 @@--- Initial lucid-svg.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/- name: lucid-svg-version: 0.2.0.1+version: 0.2.0.2 synopsis: DSL for SVG using lucid for HTML--- description: homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git license: BSD3 license-file: LICENSE@@ -26,6 +22,6 @@ blaze-builder >= 0.3 && < 0.4, transformers >= 0.4 && < 0.5, text >= 1.2 && < 1.3,- lucid >=2.6.1 && < 2.7+ lucid >=2.8.1 && < 2.9 hs-source-dirs: src default-language: Haskell2010