packages feed

Rasterific 0.6 → 0.6.1

raw patch · 2 files changed

+8/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Rasterific.cabal view
@@ -1,7 +1,7 @@ -- Initial Rasterific.cabal generated by cabal init.  For further  -- documentation, see http://haskell.org/cabal/users-guide/ name:                Rasterific-version:             0.6+version:             0.6.1 synopsis:            A pure haskell drawing engine. -- A longer description of the package. description:@@ -40,7 +40,7 @@ Source-Repository this     Type:      git     Location:  git://github.com/Twinside/Rasterific.git-    Tag:       v0.6+    Tag:       v0.6.1  flag embed_linear   description: Embed a reduced version of Linear avoiding a (huge) dep@@ -86,7 +86,7 @@                , dlist       >= 0.6                , primitive   >= 0.5                , vector-algorithms >= 0.3-               , bytestring+               , bytestring  >= 0.10.2                , containers    if !flag(embed_linear)
changelog view
@@ -1,6 +1,11 @@ Change log ========== +v0.6.1 May 2015+---------------++ * Fix: Correcting bytestring lower bounds+ v0.6 May 2015 -------------