packages feed

ghci-pretty-0.0.1: ghci-pretty.cabal

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 <lakuhtz@gmail.com>
Copyright: Copyright (c) 2014 Lars Kuhtz <lakuhtz@gmail.com>
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