Cabal revisions of applicative-quoters-0.1.0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Cabal-Version: >= 1.6--Name: applicative-quoters-Version: 0.1.0.4-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-Maintainer: Ben Millwood <haskell@benmachine.co.uk>-Copyright: (c) Matt Morrow-License: BSD3-License-file: LICENSE--Build-type: Simple-Tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1--Library- Exposed-modules:- Control.Applicative.QQ.ADo- Control.Applicative.QQ.Idiom-- Build-depends:- base >= 4 && < 4.6,- haskell-src-meta >= 0.2 && < 0.6,- template-haskell >= 2.4 && < 2.8-- Extensions:- TemplateHaskell-- -- We disable the missing-fields warning because not only do quoteType- -- and quoteDec make no sense in this context, we can't initialise them- -- because they don't exist in TH < 2.5.- GHC-options: -Wall -fno-warn-missing-fields--Source-Repository head- type: git- location: git://github.com/benmachine/applicative-quoters.git+Cabal-Version: >= 1.6 + +Name: applicative-quoters +Version: 0.1.0.4 +x-revision: 1 +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 +Maintainer: Ben Millwood <haskell@benmachine.co.uk> +Copyright: (c) Matt Morrow +License: BSD3 +License-file: LICENSE + +Build-type: Simple +Tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1 + +Library + Exposed-modules: + Control.Applicative.QQ.ADo + Control.Applicative.QQ.Idiom + + Build-depends: + base < 0, + haskell-src-meta >= 0.2 && < 0.6, + template-haskell >= 2.4 && < 2.8 + + Extensions: + TemplateHaskell + + -- We disable the missing-fields warning because not only do quoteType + -- and quoteDec make no sense in this context, we can't initialise them + -- because they don't exist in TH < 2.5. + GHC-options: -Wall -fno-warn-missing-fields + +Source-Repository head + type: git + location: git://github.com/benmachine/applicative-quoters.git