packages feed

text-format-simple-1.1.0: text-format-simple.cabal

Name:           text-format-simple
Version:        1.1.0
License:        BSD3
License-file:   LICENSE
Category:       Text
Author:         Dmitry Bespalov
Maintainer:     Dmitry Bespalov <bespalovdn@gmail.com>
Synopsis:       Simple text formatting library.
Description:    Tiny library dedicated for text formating in C# style.
--              Sample of usage:
--                  import Text.Format
--                  format "Some {0} think that 1 + 1 = {1}." ["people",show 10]
Build-Type:     Simple
Cabal-Version:  >= 1.8

library
    exposed-modules: Text.Format
    build-depends: base == 4.*, MissingH
    ghc-options: -Wall

source-repository head
  type:     darcs
  location: http://darcsden.com/dmitryb/text-format-simple