packages feed

ShowF-0.1.0: ShowF.cabal

Name:                ShowF
Version:             0.1.0
Cabal-Version:       >= 1.6
Synopsis:            Show for * -> *
Category:            Text
Description:         Provides a Show-like class for * -> *
Author:              Conal Elliott
Maintainer:          conal@conal.net
Copyright:           (c) 2013 by Conal Elliott
License:             BSD3
License-File:        COPYING
Stability:           experimental
build-type:          Simple

source-repository head
  type:     git
  location: git://github.com/conal/ShowF.git

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base<5
  Exposed-Modules:     
                       Text.ShowF
  ghc-options:         -Wall