asciidiagram 1.3.1.2 → 1.3.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~svg-tree
Dependency ranges changed: svg-tree
Files
- asciidiagram.cabal +3/−3
- changelog.md +4/−0
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.3.1.2+version: 1.3.2 synopsis: Pretty rendering of Ascii diagram into svg or png. description: Transform Ascii art diagram like this:@@ -40,7 +40,7 @@ Source-Repository this Type: git Location: git://github.com/Twinside/asciidiagram.git- Tag: v1.3.1.1+ Tag: v1.3.2 library ghc-options: -O2 -Wall@@ -64,7 +64,7 @@ , containers >= 0.5 , mtl >= 2.1 && < 2.3 , lens >= 4.6 && < 5.0- , svg-tree >= 0.5.1.1 && < 0.6+ , svg-tree >= 0.5.1.1 && < 0.7 , rasterific-svg >= 0.3.1.2 && < 0.4 , FontyFruity >= 0.5 && < 0.6 , JuicyPixels >= 3.2
changelog.md view
@@ -1,6 +1,10 @@ Change log ========== +v1.3.2 October 2016+-------------------+ * Bumping svg-tree dependency+ v1.3.1.2 August 2016 -------------------- * Removing test suite from production pacakge