vty 5.28.1 → 5.28.2
raw patch · 2 files changed
+11/−1 lines, 2 files
Files
- CHANGELOG.md +7/−0
- vty.cabal +4/−1
CHANGELOG.md view
@@ -1,4 +1,11 @@ +5.28.2+------++Bug fixes:+ * Added a package dependency on `semigroups` for the+ `vty-build-width-table` tool on older GHCs (#185)+ 5.28.1 ------
vty.cabal view
@@ -1,5 +1,5 @@ name: vty-version: 5.28.1+version: 5.28.2 license: BSD3 license-file: LICENSE author: AUTHORS@@ -129,6 +129,9 @@ default-language: Haskell2010 ghc-options: -threaded -Wall++ if !impl(ghc >= 8.0)+ build-depends: semigroups >= 0.16 build-depends: vty, directory,