rainbow 0.20.2.0 → 0.20.4.0
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Rainbow: both :: Color8 -> Radiant
Files
- lib/Rainbow.hs +1/−0
- rainbow.cabal +2/−2
lib/Rainbow.hs view
@@ -172,6 +172,7 @@ -- ** Colors for both 8- and 256-color terminals , Radiant(..) , noColorRadiant+ , both , black , red , green
rainbow.cabal view
@@ -3,11 +3,11 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2015-02-17 13:41:51.823085 EST+-- Generated on: 2015-02-17 14:13:13.981663 EST -- Cartel library version: 0.14.2.0 name: rainbow-version: 0.20.2.0+version: 0.20.4.0 cabal-version: >= 1.16 license: BSD3 license-file: LICENSE