Name: ghci-pretty Version: 0.0.1 Synopsis: colored pretty-printing within ghci description: a tiny package that combines the ipprint package and the hscolour package to provide colored pretty-printing in ghci Homepage: https://github.com/larskuhtz/ghci-pretty License: MIT License-file: LICENSE Author: Lars Kuhtz Maintainer: Lars Kuhtz Copyright: Copyright (c) 2014 Lars Kuhtz Category: Development Build-type: Simple Cabal-version: >= 1.16 extra-doc-files: README.md extra-source-files: constraints source-repository head type: git location: https://github.com/larskuhtz/ghci-pretty Library default-language: Haskell2010 hs-source-dirs: src exposed-modules: IPPrint.Colored build-depends: base == 4.*, ipprint >= 0.5, hscolour >= 1.20 ghc-options: -Wall