colorful-monoids 0.2.1.1 → 0.2.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- colorful-monoids.cabal +3/−3
colorful-monoids.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e15e55fee2ffbcab50bb30e2a6fa142c105abb9f985135497f3b3a5100981732+-- hash: 4dd693235a67055e822734457a4fbe50bc4d970d104d43b5baa6c1f92ad1d6e6 name: colorful-monoids-version: 0.2.1.1+version: 0.2.1.2 synopsis: Styled console text output using ANSI escape sequences. description: This library provides styled text output using ANSI escape sequences. The colored text is modeled as nested Colored values, which form a Monoid. As a result the colored code has a relatively concise form. category: Text, User Interfaces, Monad@@ -17,7 +17,7 @@ copyright: 2017-2018 Daniel Mendler license: MIT license-file: LICENSE-tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.4.2+tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.4.2, GHC == 8.6.1 build-type: Simple cabal-version: >= 1.10