ghci-pretty: colored pretty-printing within ghci
A tiny package that combines the ipprint package and the hscolour package to provide colored pretty-printing in ghci.
Usage
Add the following lines to your ghci.conf
file:
-- Pretty printing of it import IPPrint.Colored :set -interactive-print=IPPrint.Colored.cpprint :def cp (\_ -> return ":set -interactive-print=IPPrint.Colored.cpprint") :def ncp (\_ -> return ":set -interactive-print=print")
Now you can enable colored pretty-printing in ghci with the commmand
:cp
The following command turns colored pretty-printing off again
:ncp
[Skip to Readme]
Downloads
- ghci-pretty-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2 |
---|---|
Dependencies | base (>=4 && <5), hscolour (>=1.20), ipprint (>=0.5) [details] |
License | MIT |
Copyright | Copyright (c) 2014 Lars Kuhtz <lakuhtz@gmail.com> |
Author | Lars Kuhtz |
Maintainer | Lars Kuhtz <lakuhtz@gmail.com> |
Category | Development |
Home page | https://github.com/larskuhtz/ghci-pretty |
Source repo | head: git clone https://github.com/larskuhtz/ghci-pretty |
Uploaded | by larsk at 2014-11-13T21:04:47Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2677 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-05-19 [all 1 reports] |