interpol-0.2.0: interpol.cabal
Name: interpol
Version: 0.2.0
Cabal-Version: >= 1.6
License: GPL-3
License-File: LICENSE
Stability: experimental
Author: Alexandru Scvortov <scvalex@gmail.com>
Maintainer: scvalex@gmail.com
Homepage: https://github.com/scvalex/interpol
Category: Source-tools, Language
Synopsis: GHC preprocessor to enable variable interpolation in strings
Build-type: Simple
Description: This preprocessor enables variable interpolation in strings.
See the README.md file for details.
Extra-source-files: Test/Simple.hs,
Test/One.hs,
Test/Standalone.hs,
Test/Pure.hs,
Test/String.hs
Data-files: Makefile, README.md
Source-repository head
Type: git
Location: git://github.com/scvalex/interpol.git
Executable interpol
Build-Depends: base >=4 && <5, syb, haskell-src-exts, regex-posix
Main-Is: Main.hs
Library
Build-Depends: base >= 4 && <5
Ghc-options: -Wall
Exposed-modules: Text.Interpol