-
Notifications
You must be signed in to change notification settings - Fork 5
/
applicative-quoters.cabal
43 lines (33 loc) · 1.05 KB
/
applicative-quoters.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Cabal-Version: >= 1.6
Name: applicative-quoters
Version: 0.1.0.8
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).
.
applicative-quoters currently has no maintainer: if it is broken and
you want it to be fixed, then fix it!
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 && < 5,
haskell-src-meta >= 0.2 && < 1,
template-haskell >= 2.7 && < 3
Extensions:
TemplateHaskell
GHC-options: -Wall
Source-Repository head
type: git
location: git://github.com/benmachine/applicative-quoters.git