rainbow 0.14.0.0 → 0.14.0.2
raw patch · 4 files changed
+56/−39 lines, 4 filesdep ~basedep ~terminfodep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, terminfo, text
API changes (from Hackage documentation)
Files
- changelog +8/−0
- current-versions.txt +4/−4
- minimum-versions.txt +3/−3
- rainbow.cabal +41/−32
+ changelog view
@@ -0,0 +1,8 @@+0.14.0.2+ * Change dependency bounds+ * Change cabal generator to cartel++0.14.0.0++ * Change Chunk to hold a list of strict Text rather+ than just a single Text.
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-04-13 00:14:17.264281 UTC+Tested as of: 2014-06-14 00:45:34.239001 UTC Path to compiler: ghc-7.8.2 Compiler description: 7.8.2 @@ -33,8 +33,8 @@ transformers-0.3.0.0 unix-2.7.0.1 -/home/massysett/rainbow/sunlight-14614/db:- rainbow-0.14.0.0+/home/massysett/rainbow/sunlight-9457/db:+ rainbow-0.14.0.2 terminfo-0.4.0.0- text-1.1.0.1+ text-1.1.1.3
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-04-13 00:14:17.264281 UTC+Tested as of: 2014-06-14 00:45:34.239001 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/sunlight-14614/db:- rainbow-0.14.0.0+/home/massysett/rainbow/sunlight-9457/db:+ rainbow-0.14.0.2 terminfo-0.3.2 text-0.11.2.0
rainbow.cabal view
@@ -1,51 +1,60 @@-name: rainbow-version: 0.14.0.0-synopsis: Print text to terminal with colors and effects+-- This Cabal file generated using the Cartel library.+-- Cartel is available at:+-- http://www.github.com/massysett/cartel+--+-- Script name used to generate: genCabal.hs+-- Generated on: 2014-06-13 20:41:19.59408 EDT+-- Cartel library version: 0.10.0.2+name: rainbow+version: 0.14.0.2+cabal-version: >= 1.14+build-type: Simple+license: BSD3+license-file: LICENSE+copyright: Copyright 2013 - 2014 Omari Norman+author: Omari Norman+maintainer: omari@smileystation.com+stability: Experimental+homepage: http://www.github.com/massysett/rainbow+bug-reports: http://www.github.com/massyett/rainbow/issues+synopsis: Print text to terminal with colors and effects description: rainbow helps you print Text chunks to a terminal with colors and effects such as bold, underlining, etc. You pair each Text with a description of how it should appear. Rainbow works with both 8-color and 256-color terminals.- .- rainbow uses the terminfo package which, in turn, needs the full C library for ncurses installed, including the development headers. Before installing terminfo, you may need to install the ncurses headers (for instance, on Debian systems, install the libncurses5-dev package.)--homepage: http://github.com/massysett/rainbow-license: BSD3-license-file: LICENSE-author: Omari Norman-maintainer: omari@smileystation.com-stability: experimental-copyright: 2013-2014 Omari Norman-category: System-build-type: Simple-cabal-version: >=1.8+category: System+tested-with: GHC == 7.4.1, GHC == 7.6.3, GHC == 7.8.2 extra-source-files:- README.md, sunlight-test.hs,- minimum-versions.txt, current-versions.txt--tested-with: GHC ==7.4.1, GHC ==7.6.3, GHC ==7.8.2+ README.md+ , sunlight-test.hs+ , minimum-versions.txt+ , current-versions.txt+ , changelog source-repository head- type: git- location: git://github.com/massysett/rainbow.git+ type: git+ location: git://github.com/massysett/rainbow.git+ branch: master -library+Library exposed-modules: System.Console.Rainbow- , System.Console.Rainbow.Types- , System.Console.Rainbow.Colors , System.Console.Rainbow.ColorChunks-+ , System.Console.Rainbow.Colors+ , System.Console.Rainbow.Types+ default-language: Haskell2010+ ghc-options:+ -Wall+ hs-source-dirs:+ lib build-depends:- base >= 4.5.0.0 && < 5- , terminfo >= 0.3.2- , text >= 0.11.2.0-- ghc-options: -Wall- hs-source-dirs: lib+ base ((> 4.5.0.0 || == 4.5.0.0) && < 4.8.0.0)+ , terminfo ((> 0.3.2 || == 0.3.2) && < 0.5.0.0)+ , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2.0.0)