packages feed

Cabal revisions of ottparse-pretty-0.1.2.6

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

revision 1
-Name:                ottparse-pretty-Version:             0.1.2.6-Synopsis:            Pretty-printer for Ott parse trees-Description:         Ott (<http://www.cl.cam.ac.uk/~pes20/ott/>) is a tool for-		     writing formal definitions of programming-		     languages and calculi.  Often the Ott grammars-		     one defines end up being ambiguous, and Ott-		     signals its displeasure by spewing forth several-		     massive parse trees in a format requiring-		     formidable patience to read.  Finding the slight-		     differences between two such parse trees is an-		     exercise in seizure-inducing tedium.-                     .-		     To the rescue comes ottparse-pretty!  Simply-		     paste in each parse and it is shown to you in a-		     nicely formatted tree form with all the extra-		     meaningless cruft removed.-License:             BSD3-License-file:        LICENSE-Extra-source-files:  CHANGES-Author:              Brent Yorgey-Maintainer:          byorgey@cis.upenn.edu-Category:            Text-Build-type:          Simple-Cabal-version:       >=1.6--Source-repository head-  type:     darcs-  location: http://hub.darcs.net/byorgey/ottparse-pretty--Executable ottparse-pretty-  hs-source-dirs:    src-  Main-is:           ottparse-pretty.hs-  Build-depends:     base >= 4.0 && < 4.10,-                     split >= 0.1 && < 0.3,-                     parsec >= 3.0 && < 3.2,-                     containers >= 0.3 && < 0.6,-                     uniplate >= 1.6 && < 1.7-  Other-modules:     Text.Ott.Pretty+Name:                ottparse-pretty
+Version:             0.1.2.6
+x-revision: 1
+Synopsis:            Pretty-printer for Ott parse trees
+Description:         Ott (<http://www.cl.cam.ac.uk/~pes20/ott/>) is a tool for
+		     writing formal definitions of programming
+		     languages and calculi.  Often the Ott grammars
+		     one defines end up being ambiguous, and Ott
+		     signals its displeasure by spewing forth several
+		     massive parse trees in a format requiring
+		     formidable patience to read.  Finding the slight
+		     differences between two such parse trees is an
+		     exercise in seizure-inducing tedium.
+                     .
+		     To the rescue comes ottparse-pretty!  Simply
+		     paste in each parse and it is shown to you in a
+		     nicely formatted tree form with all the extra
+		     meaningless cruft removed.
+License:             BSD3
+License-file:        LICENSE
+Extra-source-files:  CHANGES
+Author:              Brent Yorgey
+Maintainer:          byorgey@cis.upenn.edu
+Category:            Text
+Build-type:          Simple
+Cabal-version:       >=1.6
+
+Source-repository head
+  type:     darcs
+  location: http://hub.darcs.net/byorgey/ottparse-pretty
+
+Executable ottparse-pretty
+  hs-source-dirs:    src
+  Main-is:           ottparse-pretty.hs
+  Build-depends:     base >= 4.0 && < 4.11,
+                     split >= 0.1 && < 0.3,
+                     parsec >= 3.0 && < 3.2,
+                     containers >= 0.3 && < 0.6,
+                     uniplate >= 1.6 && < 1.7
+  Other-modules:     Text.Ott.Pretty
revision 2
 Name:                ottparse-pretty
 Version:             0.1.2.6
-x-revision: 1
+x-revision: 2
 Synopsis:            Pretty-printer for Ott parse trees
 Description:         Ott (<http://www.cl.cam.ac.uk/~pes20/ott/>) is a tool for
 		     writing formal definitions of programming
 Executable ottparse-pretty
   hs-source-dirs:    src
   Main-is:           ottparse-pretty.hs
-  Build-depends:     base >= 4.0 && < 4.11,
+  Build-depends:     base >= 4.0 && < 4.12,
                      split >= 0.1 && < 0.3,
                      parsec >= 3.0 && < 3.2,
                      containers >= 0.3 && < 0.6,
revision 3
 Name:                ottparse-pretty
 Version:             0.1.2.6
-x-revision: 2
+x-revision: 3
 Synopsis:            Pretty-printer for Ott parse trees
 Description:         Ott (<http://www.cl.cam.ac.uk/~pes20/ott/>) is a tool for
 		     writing formal definitions of programming
 Executable ottparse-pretty
   hs-source-dirs:    src
   Main-is:           ottparse-pretty.hs
-  Build-depends:     base >= 4.0 && < 4.12,
+  Build-depends:     base >= 4.0 && < 4.13,
                      split >= 0.1 && < 0.3,
                      parsec >= 3.0 && < 3.2,
-                     containers >= 0.3 && < 0.6,
+                     containers >= 0.3 && < 0.7,
                      uniplate >= 1.6 && < 1.7
   Other-modules:     Text.Ott.Pretty