ottparse-pretty 0.1.2.5 → 0.1.2.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basedep ~containers
Dependency ranges changed: base, containers
Files
- CHANGES +4/−0
- ottparse-pretty.cabal +2/−2
CHANGES view
@@ -1,3 +1,7 @@+* 0.1.2.6: 21 May 2016++ - allow base-4.9+ * 0.1.2.5: 6 April 2015 - allow base-4.8
ottparse-pretty.cabal view
@@ -1,5 +1,5 @@ Name: ottparse-pretty-Version: 0.1.2.5+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@@ -31,7 +31,7 @@ Executable ottparse-pretty hs-source-dirs: src Main-is: ottparse-pretty.hs- Build-depends: base >= 4.0 && < 4.9,+ Build-depends: base >= 4.0 && < 4.10, split >= 0.1 && < 0.3, parsec >= 3.0 && < 3.2, containers >= 0.3 && < 0.6,