packages feed

invertible-syntax 0.1 → 0.2

raw patch · 3 files changed

+5/−4 lines, 3 filesdep ~partial-isomorphismsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: partial-isomorphisms

API changes (from Hackage documentation)

Files

Example.lhs view
@@ -43,6 +43,7 @@ > > import Control.Isomorphism.Partial > import Control.Isomorphism.Partial.TH+> import Control.Isomorphism.Partial.Unsafe (Iso (Iso)) > import Text.Syntax  %endif
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c)2010, Tillmann Rendel
+Copyright (c)2010-11 University of Marburg
 
 All rights reserved.
 
@@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Tillmann Rendel nor the names of other
+    * Neither the name of the University of Marburg nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
invertible-syntax.cabal view
@@ -1,5 +1,5 @@ Name:                invertible-syntax
-Version:             0.1
+Version:             0.2
 Synopsis:            Invertible syntax descriptions for both parsing and pretty printing.
 Description:         Invertible syntax descriptions as a common 
                      interface for parser combinator and pretty 
@@ -36,7 +36,7 @@                        Text.Syntax.Parser.Naive,
                        Text.Syntax.Printer.Naive
   Build-depends:       base >= 3 && < 5,
-                       partial-isomorphisms == 0.1
+                       partial-isomorphisms < 0.3
   -- Other-modules:       
   -- Build-tools: