Cabal-Version: >= 1.6
Name: applicative-quoters
Version: 0.1.0.6
Category: Language
Synopsis: Quasiquoters for idiom brackets and an applicative do-notation
Description:
Quasiquoters taken from Matt Morrow's haskell-src-meta to implement
Conor McBride's idiom brackets, and a do-notation that only requires
Applicative (and is correspondingly less powerful).
Author: Matt Morrow
Copyright: (c) Matt Morrow
License: BSD3
License-file: LICENSE
Extra-source-files: ChangeLog README
Build-type: Simple
Tested-with: GHC == 7.4.2, GHC == 7.6.1
Library
Exposed-modules:
Control.Applicative.QQ.ADo
Control.Applicative.QQ.Idiom
Build-depends:
base >= 4 && < 4.7,
haskell-src-meta >= 0.2 && < 0.7,
notcpp < 0.3,
template-haskell >= 2.7 && < 2.9
Extensions:
TemplateHaskell
GHC-options: -Wall
Source-Repository head
type: git
location: git://github.com/benmachine/applicative-quoters.git