packages feed

asciidiagram 1.3.3.1 → 1.3.3.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

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.3.3.1
+version:             1.3.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.3.1
+    Tag:       v1.3.3.2
 
 library
   ghc-options: -O2 -Wall
@@ -61,7 +61,7 @@     build-depends: fail == 4.9.*, semigroups == 0.18.*
 
   -- containers >= 0.5.2.1 for Set.elemAt
-  build-depends: base >=4.6 && < 5
+  build-depends: base >=4.6 && < 6
                , vector >= 0.10
                , bytestring
                , text       >= 1.2 && < 1.3
changelog.md view
@@ -1,6 +1,10 @@ Change log
 ==========
 
+v1.3.3.2 March 2018
+--------------------
+ * GHC 8.6 bump
+
 v1.3.3.1 March 2018
 --------------------
  * Adding Semigroup instance for GHC 8.4