show-0.3.2: show.cabal
name: show
version: 0.3.2
license: GPL
license-file: LICENSE
author: Lambdabot devs, Twan van Laarhoven <twanvl@gmail.com>
maintainer: Lambdabot developers
stability: Experimental
category: Language
synopsis: 'Show' instances for Lambdabot
description: This package provides ShowQ, ShowFun, and SimpleReflect.
.
ShowFun gives us Typeable instances for showing functions and IO values as their type.
.
ShowQ adds SmallCheck & QuickCheck support.
.
And SimpleReflect allows us to literally see how functions 'expand',
through appropriate Show magic. See <http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details>.
build-type: Simple
Cabal-Version: >= 1.2
tested-with: GHC==6.8.2
library
exposed-modules: ShowQ, ShowFun, SimpleReflect
build-depends: base >= 3 && < 5, random, QuickCheck<2, smallcheck>=0.4
ghc-options: -Wall
ghc-prof-options: -prof -auto-all