packages feed

arrowp-qq-0.1: arrowp-qq.cabal

Name:           arrowp-qq
Version:        0.1
Cabal-Version:  >= 1.20
Build-Type:     Simple
License:        GPL
License-File:   LICENCE
Author:         Jose Iborra <pepeiborra@gmail.com>
Maintainer:     Jose Iborra <pepeiborra@gmail.com>
Homepage:       http://www.haskell.org/arrows/
Category:       Development
Synopsis:       quasiquoter translating arrow notation into Haskell 98
Description:    A quasiquoter built on top of the arrowp package.
Extra-Source-Files: README

Library
    Exposed-Modules:     Control.Arrow.QuasiQuoter
    Build-Depends: base < 5, array, containers, haskell-src, template-haskell < 2.12, transformers
    Hs-Source-Dirs: src
    Other-Modules:  ArrCode ArrSyn Lexer Parser Parser State Utils
    Default-Language:    Haskell2010

Source-Repository head
    Type: darcs
    Location: http://github.com/pepeiborra/arrowp