packages feed

asciidiagram 1.1.1 → 1.1.1.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

asciidiagram.cabal view
@@ -1,7 +1,7 @@ -- Initial hitaa.cabal generated by cabal init.  For further documentation, --  see http://haskell.org/cabal/users-guide/ name:                asciidiagram-version:             1.1.1+version:             1.1.1.1 synopsis:            Pretty rendering of Ascii diagram into svg or png. description:              Asciidiagram Ascii art diagram like this:@@ -40,7 +40,7 @@ Source-Repository this     Type:      git     Location:  git://github.com/Twinside/asciidiagram.git-    Tag:       v1.1.1+    Tag:       v1.1.1.1  library   ghc-options: -O2 -Wall@@ -61,7 +61,7 @@                , linear     >= 1.16                , containers >= 0.5                , mtl        >= 2.1 && < 2.3-               , lens       >= 4.6 && < 4.10+               , lens       >= 4.6 && < 5.0                , svg-tree       >= 0.3 && < 0.4                , rasterific-svg >= 0.2.3 && < 0.3                , FontyFruity    >= 0.5 && < 0.6
changelog view
@@ -1,6 +1,11 @@ Change log ========== +v1.1.1.1 May 2015+-----------------++ * Fix: Bumping lens dependency+ v1.1.1 May 2015 ---------------