packages feed

rasterific-svg 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~lensdep ~mtldep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens, mtl, transformers

API changes (from Hackage documentation)

Files

changelog view
@@ -1,5 +1,9 @@ -*-change-log-*-
 
+v0.1.0.2 February 2015
+ * Fix: Removing all test suites from distribution package.
+ * Fix: Lowering some low version bounds.
+
 v0.1.0.1 February 2015
  * Fix: Removing bench from test suite.
 
rasterific-svg.cabal view
@@ -1,7 +1,7 @@ -- Initial svg.cabal generated by cabal init.  For further documentation, 
 -- see http://haskell.org/cabal/users-guide/
 name:                rasterific-svg
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            SVG renderer based on Rasterific.
 description:         SVG renderer that will let you render svg-tree parsed
                      SVG file to a JuicyPixel image or Rasterific Drawing.
@@ -22,7 +22,7 @@ Source-Repository this
     Type:      git
     Location:  git://github.com/Twinside/rasterific-svg.git
-    Tag:       v0.1.0.1
+    Tag:       v0.1.0.2
 
 library
   hs-source-dirs: src
@@ -49,11 +49,11 @@                , svg-tree   >= 0.1 && < 0.2
                , lens >= 4.5
                , linear >= 1.16
-               , transformers >= 0.4
                , vector >= 0.10
                , text >= 1.2
-               , mtl >= 2.2
-               , lens >= 4.7
+               , transformers >= 0.3 && < 0.5
+               , mtl >= 2.1 && < 2.3
+               , lens >= 4.6 && < 4.8
 
 Executable svgrender
   default-language: Haskell2010