packages feed

ottparse-pretty 0.1.2.3 → 0.1.2.4

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

CHANGES view
@@ -1,3 +1,8 @@+* 0.1.2.4: 14 April 2014++  - allow base-4.7+  - switch to darcshub+ * 0.1.2.3: 12 Oct 2012    - add Text.Ott.Pretty to other-modules field so it gets included
ottparse-pretty.cabal view
@@ -1,5 +1,5 @@ Name:                ottparse-pretty-Version:             0.1.2.3+Version:             0.1.2.4 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@@ -26,12 +26,12 @@  Source-repository head   type:     darcs-  location: http://code.haskell.org/~byorgey/code/ottparse-pretty+  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.7,+  Build-depends:     base >= 4.0 && < 4.8,                      split >= 0.1 && < 0.3,                      parsec >= 3.0 && < 3.2,                      containers >= 0.3 && < 0.6,