ottparse-pretty 0.1.1 → 0.1.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGES +6/−2
- ottparse-pretty.cabal +2/−2
CHANGES view
@@ -1,8 +1,12 @@-* 0.1: 11 October 2011+* 0.1.2: 22 December 2011 - Initial release+ - bump upper bound on base to compile under ghc 7.4 * 0.1.1: 11 October 2011 - single quotes are allowed in identifiers - add example to documentation++* 0.1: 11 October 2011++ Initial release
ottparse-pretty.cabal view
@@ -1,5 +1,5 @@ Name: ottparse-pretty-Version: 0.1.1+Version: 0.1.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@@ -31,7 +31,7 @@ Executable ottparse-pretty hs-source-dirs: src Main-is: ottparse-pretty.hs- Build-depends: base >= 4.0 && < 4.5,+ Build-depends: base >= 4.0 && < 4.6, split >= 0.1 && < 0.2, parsec >= 3.0 && < 3.2, containers >= 0.3 && < 0.5,