packages feed

Interpolation-0.2.5.1: Interpolation.cabal

Name:                  Interpolation
Version:             0.2.5.1
Description:         This package adds quasiquoter for multiline 
                     strings, interpolation and simple templating.
                     It can handle repetition templates which makes it
                     Handy for outputting larger structures, such as
                     latex tables or gnuplot files.

                     0.2.5.1 -- version bump for ghc-7.0.1
Category:            Data,Text
Synopsis:            Multiline strings, interpolation and templating.
License:             OtherLicense
License-file:        LICENSE
Author:              Ville Tirronen
Maintainer:          aleator@gmail.com
Build-Type:          Simple
Cabal-Version:       >=1.2

Library
  Build-Depends:     base < 5, syb, haskell-src-meta, template-haskell
  Exposed-modules:   Data.String.Interpolation
  ghc-options:       -Wall