rainbow 0.16.0.0 → 0.16.2.0
raw patch · 4 files changed
+11/−10 lines, 4 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Rainbow: data Color256
- Rainbow: data Color8
+ Rainbow: Color256 :: Maybe Word8 -> Color256
+ Rainbow: Color8 :: Maybe Enum8 -> Color8
+ Rainbow: E0 :: Enum8
+ Rainbow: E1 :: Enum8
+ Rainbow: E2 :: Enum8
+ Rainbow: E3 :: Enum8
+ Rainbow: E4 :: Enum8
+ Rainbow: E5 :: Enum8
+ Rainbow: E6 :: Enum8
+ Rainbow: E7 :: Enum8
+ Rainbow: data Enum8
+ Rainbow: newtype Color256
+ Rainbow: newtype Color8
+ Rainbow: unColor256 :: Color256 -> Maybe Word8
+ Rainbow: unColor8 :: Color8 -> Maybe Enum8
Files
- current-versions.txt +3/−3
- lib/Rainbow.hs +3/−2
- minimum-versions.txt +3/−3
- rainbow.cabal +2/−2
current-versions.txt view
@@ -1,7 +1,7 @@ This package was tested to work with these dependency versions and compiler version. These are the default versions fetched by cabal install.-Tested as of: 2014-08-12 01:18:25.411973 UTC+Tested as of: 2014-08-14 18:19:57.496926 UTC Path to compiler: ghc-7.8.3 Compiler description: 7.8.3 @@ -36,7 +36,7 @@ unix-2.7.0.1 xhtml-3000.2.1 -/home/massysett/rainbow/library/sunlight-26084/db:- rainbow-0.16.0.0+/home/massysett/rainbow/library/sunlight-20173/db:+ rainbow-0.16.2.0 text-1.1.1.3
lib/Rainbow.hs view
@@ -187,7 +187,8 @@ -- ** Colors for 8-color terminals- , Color8+ , Enum8(..)+ , Color8(..) , noColor8 , black8 , red8@@ -199,7 +200,7 @@ , white8 -- ** Colors for 256-color terminals- , Color256+ , Color256(..) , noColor256 , grey , brightRed
minimum-versions.txt view
@@ -1,7 +1,7 @@ This package was tested to work with these dependency versions and compiler version. These are the minimum versions given in the .cabal file.-Tested as of: 2014-08-12 01:18:25.411973 UTC+Tested as of: 2014-08-14 18:19:57.496926 UTC Path to compiler: ghc-7.4.1 Compiler description: 7.4.1 @@ -33,8 +33,8 @@ time-1.4 unix-2.5.1.0 -/home/massysett/rainbow/library/sunlight-26084/db:- rainbow-0.16.0.0+/home/massysett/rainbow/library/sunlight-20173/db:+ rainbow-0.16.2.0 terminfo-0.3.2 text-0.11.2.0
rainbow.cabal view
@@ -3,10 +3,10 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2014-08-11 21:15:49.266716 EDT+-- Generated on: 2014-08-14 14:19:53.263492 EDT -- Cartel library version: 0.10.0.2 name: rainbow-version: 0.16.0.0+version: 0.16.2.0 cabal-version: >= 1.14 build-type: Simple license: BSD3