packages feed

Cabal revisions of alex-2.1.0

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

revision 1
-name: alex-version: 2.1.0-license: BSD3-license-file: LICENSE-copyright: (c) Chis Dornan, Simon Marlow-author: Chris Dornan and Simon Marlow-maintainer: Simon Marlow <simonmar@microsoft.com>-stability: stable-homepage: http://www.haskell.org/alex/-synopsis: Alex is a tool for generating lexical analysers in Haskell-build-depends: base>=1.0, haskell98>=1.0-extra-source-files:-	ANNOUNCE-	README-	TODO-	alex.spec-	doc/Makefile-	doc/aclocal.m4-	doc/alex.1.in-	doc/alex.xml-	doc/config.mk.in-	doc/configure.ac-	doc/docbook-xml.mk-	doc/fptools.css-	examples/Makefile-	examples/Tokens.x-	examples/Tokens_gscan.x-	examples/Tokens_posn.x-	examples/examples.x-	examples/haskell.x-	examples/lit.x-	examples/pp.x-	examples/state.x-	examples/tiny.y-	examples/tkns.hs-	examples/words.x-	examples/words_monad.x-	examples/words_posn.x-	src/Parser.y-	src/Scan.hs-	src/ghc_hooks.c-	templates/GenericTemplate.hs-	templates/Makefile-	templates/wrappers.hs-	tests/Makefile-	tests/simple.x-	tests/tokens.x-	tests/tokens_gscan.x-	tests/tokens_posn.x--executable: alex-hs-source-dirs: src-main-is: Main.hs-extensions: CPP-other-modules:-	AbsSyn-	CharSet-	DFA-	DFS-	Info-	Main-	Map-	NFA-	Output-	Parser-	ParseMonad-	Scan-	Set-	Sort-	Util-ghc-options: -O+name: alex
+version: 2.1.0
+x-revision: 1
+license: BSD3
+license-file: LICENSE
+copyright: (c) Chis Dornan, Simon Marlow
+author: Chris Dornan and Simon Marlow
+maintainer: Simon Marlow <simonmar@microsoft.com>
+stability: stable
+homepage: http://www.haskell.org/alex/
+synopsis: Alex is a tool for generating lexical analysers in Haskell
+build-depends: base>=1.0 && <4.3, haskell98>=1.0
+extra-source-files:
+	ANNOUNCE
+	README
+	TODO
+	alex.spec
+	doc/Makefile
+	doc/aclocal.m4
+	doc/alex.1.in
+	doc/alex.xml
+	doc/config.mk.in
+	doc/configure.ac
+	doc/docbook-xml.mk
+	doc/fptools.css
+	examples/Makefile
+	examples/Tokens.x
+	examples/Tokens_gscan.x
+	examples/Tokens_posn.x
+	examples/examples.x
+	examples/haskell.x
+	examples/lit.x
+	examples/pp.x
+	examples/state.x
+	examples/tiny.y
+	examples/tkns.hs
+	examples/words.x
+	examples/words_monad.x
+	examples/words_posn.x
+	src/Parser.y
+	src/Scan.hs
+	src/ghc_hooks.c
+	templates/GenericTemplate.hs
+	templates/Makefile
+	templates/wrappers.hs
+	tests/Makefile
+	tests/simple.x
+	tests/tokens.x
+	tests/tokens_gscan.x
+	tests/tokens_posn.x
+
+executable: alex
+hs-source-dirs: src
+main-is: Main.hs
+extensions: CPP
+other-modules:
+	AbsSyn
+	CharSet
+	DFA
+	DFS
+	Info
+	Main
+	Map
+	NFA
+	Output
+	Parser
+	ParseMonad
+	Scan
+	Set
+	Sort
+	Util
+ghc-options: -O