rainbow-tests: Tests and QuickCheck generators to accompany rainbow.

[ bsd3, deprecated, library, system ] [ Propose Tags ]
Deprecated

These are packaged separately so other packages may depend on them.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.14.0.2, 0.16.0.0, 0.16.2.0, 0.18.0.0, 0.20.0.0, 0.20.0.2, 0.20.0.4
Change log changelog
Dependencies barecheck (>=0.2.0.0 && <0.3), base (>=4.5.0.0 && <4.8.0.0), QuickCheck (>=2.6 && <2.8), rainbow (==0.20.0.4), terminfo (>=0.3.2 && <0.5.0.0), text (>=0.11.2.0 && <1.3.0.0) [details]
License BSD-3-Clause
Copyright Copyright 2013 - 2014 Omari Norman
Author Omari Norman
Maintainer omari@smileystation.com
Category System
Home page http://www.github.com/massysett/rainbow
Bug tracker http://www.github.com/massyett/rainbow/issues
Source repo head: git clone git://github.com/massysett/rainbow.git -b master
Uploaded by OmariNorman at 2014-11-24T03:02:26Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4594 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for rainbow-tests-0.20.0.4

[back to package description]

rainbow

rainbow helps you build colorful output for both 8- and 256-color terminals. It works only on Unix-like operating systems.

rainbow is on Github:

http://www.github.com/massysett/rainbow

and Hackage:

http://hackage.haskell.org/package/rainbow

rainbow is licensed under the BSD license; see the LICENSE file.

Versioning

rainbow releases are numbered in accordance with the Haskell Package Versioning Policy.

rainbow does not set its dependencies in accordance with the Package Versioning Policy, as I do not set upper bounds. rainbow is guaranteed to build with the minimum versions specified in the cabal file. I also include a dependencies.txt file that documents more recent dependencies that are also known to work.

If you find that rainbow does not build due to dependency problems:

  1. please let me know at omari@smileystation.com; 2) feel free to add appropriate upper bounds or patches to the package as appropriate; and 3) feel free to add command-line contraints to your cabal command to get it to build.

Building

If you get the package from Hackage, it is ready to build with cabal install like any other Haskell package.

If you get it from Github, first you will need to create the cabal file. It's built using m4 to avoid redundancies in the file. To build the cabal file, simply invoke make.

Generators package

The source tree also includes a package rainbow-tests which includes several generators that other packages might find useful.