packages feed

Cabal revisions of IndentParser-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:	IndentParser-Version: 0.1-License: GPL-License-File: gplv3-Maintainer:login id is ppk and host is cse dot iitk dot ac dot in-Author: Piyush P Kurur-Homepage: http://www.cse.iitk.ac.in/~ppk-Category: Parsing-Build-Depends: base, parsec-Synopsis: Combinators for parsing indentation based syntatic structures-Description: This package exposes two modules,-	'Text.ParserCombinators.Parsec.IndentParser' and -	'Text.ParserCombinators.Parsec.IndentToken', for constructing parser-	combinators for indentation based syntactic structures. The former-	exports the basic indentation parser combinators and-	the later together with 'Text.ParserCombinators.Parsec.Language' and -	'Text.ParserCombinators.Parsec.Token' can be used to define tokenisers-	for programming languages.-Exposed-modules: -	Text.ParserCombinators.Parsec.IndentParser-	Text.ParserCombinators.Parsec.IndentToken-Extra-Source-Files: TODO+Name:	IndentParser
+Version: 0.1
+x-revision: 1
+License: GPL
+License-File: gplv3
+Maintainer:login id is ppk and host is cse dot iitk dot ac dot in
+Author: Piyush P Kurur
+Homepage: http://www.cse.iitk.ac.in/~ppk
+Category: Parsing
+Build-Depends: base < 4.8, parsec < 3
+Synopsis: Combinators for parsing indentation based syntatic structures
+Description: This package exposes two modules,
+	'Text.ParserCombinators.Parsec.IndentParser' and 
+	'Text.ParserCombinators.Parsec.IndentToken', for constructing parser
+	combinators for indentation based syntactic structures. The former
+	exports the basic indentation parser combinators and
+	the later together with 'Text.ParserCombinators.Parsec.Language' and 
+	'Text.ParserCombinators.Parsec.Token' can be used to define tokenisers
+	for programming languages.
+Exposed-modules: 
+	Text.ParserCombinators.Parsec.IndentParser
+	Text.ParserCombinators.Parsec.IndentToken
+Extra-Source-Files: TODO