lucid-svg 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lucid-svg.cabal +1/−1
- src/Lucid/Svg.hs +1/−1
lucid-svg.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: lucid-svg-version: 0.2.0.0+version: 0.2.0.1 synopsis: DSL for SVG using lucid for HTML -- description: homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git
src/Lucid/Svg.hs view
@@ -99,7 +99,7 @@ -- -- @ -- path_ (--- [ d_ (mA "10" "80" <> qA "52.5" "10" "95" "80" <> tA "180" "80" <> z)+-- [ d_ (mA 10 80 <> qA 52.5 10 95 80 <> tA 180 80 <> z) -- , stroke_ "blue" -- , fill_ "orange" -- ])