packages feed

process-qq-0.2.0: process-qq.cabal

Name:                process-qq
Version:             0.2.0
Synopsis:            Quasi-Quoters for exec process
Description:         Quasi-Quoters for exec process
Homepage:            http://github.com/tanakh/process-qq
License:             BSD3
License-file:        LICENSE
Author:              Hideyuki Tanaka
Maintainer:          Hideyuki Tanaka <tanaka.hideyuki@gmail.com>
Copyright:           (c) 2011, Hideyuki Tanaka
Category:            System
Build-type:          Simple

Extra-source-files:  README.md
                     Test.hs

Cabal-version:       >=1.8

Library
  Exposed-modules:     System.Process.QQ
  
  Build-depends:       base >= 4 && < 5
                     , template-haskell >= 2.4 && < 2.7
                     , mtl >= 2.0 && < 2.1
                     , bytestring >= 0.9 && < 0.10
                     , text >= 0.11 && < 0.12
                     , process >= 1.0 && < 1.1
                     , enumerator >= 0.4.16 && < 0.5
                     , shakespeare-text >= 0.10 && < 0.11

Source-repository head
  Type:                git
  Location:            git://github.com/tanakh/process-qq.git