packages feed

svg-tree 0.5.1 → 0.5.1.1

raw patch · 2 files changed

+7/−5 lines, 2 filesdep ~basedep ~transformers

Dependency ranges changed: base, transformers

Files

changelog.md view
@@ -1,5 +1,8 @@ -*-change-log-*- +v0.5.1.1: May 2016+ * Fix: GHC 8.0 compatibility+ v0.5.1: March 2016  * Fix: serialization of multi criteria css selector. 
svg-tree.cabal view
@@ -1,5 +1,5 @@ name:                svg-tree-version:             0.5.1+version:             0.5.1.1 synopsis:            SVG file loader and serializer description:   svg-tree provides types representing a SVG document,@@ -29,12 +29,11 @@ Source-Repository this     Type:      git     Location:  git://github.com/Twinside/svg-tree.git-    Tag:       v0.5.1+    Tag:       v0.5.1.1  library   hs-source-dirs: src   Ghc-options: -O3 -Wall-  ghc-prof-options: -rtsopts -Wall   default-language: Haskell2010   exposed-modules: Graphics.Svg                  , Graphics.Svg.CssTypes@@ -46,7 +45,7 @@                , Graphics.Svg.CssParser                , Graphics.Svg.ColorParser -  build-depends: base >= 4.5 && < 4.9+  build-depends: base >= 4.5 && < 5                , JuicyPixels >= 3.2                , attoparsec >= 0.12                , scientific >= 0.3@@ -56,7 +55,7 @@                , linear     >= 1.20                , vector     >= 0.10                , text       >= 1.1-               , transformers >= 0.3 && < 0.5+               , transformers >= 0.3 && < 0.6                , mtl        >= 2.1 && < 2.3                , lens       >= 4.6 && < 5