packages feed

lucid-svg 0.7.0.1 → 0.7.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

lucid-svg.cabal view
@@ -1,5 +1,5 @@ name:                lucid-svg-version:             0.7.0.1+version:             0.7.1 synopsis:            DSL for SVG using lucid for HTML description:         Easy to write SVG in the syle of lucid. homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git@@ -22,7 +22,7 @@   build-depends:       base          >= 4.5   && < 5,                        blaze-builder >= 0.2   && < 0.5,                        transformers  >= 0.2   && < 0.6,-                       text          >= 0.11  && < 1.3 || >= 2 && < 2.1,+                       text          >= 0.11  && < 1.3,                        lucid         >= 2.9.2 && < 3.0   hs-source-dirs:      src   default-language:    Haskell2010