packages feed

halipeto 2.3 → 2.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~HaXmlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HaXml

API changes (from Hackage documentation)

Files

halipeto.cabal view
@@ -1,6 +1,6 @@ Name:                   halipeto-Version:                2.3-Copyright:              (c) 2004-2010 Peter Simons+Version:                2.4+Copyright:              (c) 2004-2011 Peter Simons License:                GPL License-File:           COPYING Author:                 Andrew Cooke <andrew@acooke.org>, Peter Simons <simons@cryp.to>@@ -12,7 +12,7 @@                         templates and a file-based value dictionary. Cabal-Version:          >= 1.6 Build-Type:             Simple-Tested-With:            GHC == 6.12.3+Tested-With:            GHC == 7.0.2  Source-Repository head   Type:                 git@@ -25,5 +25,5 @@                         Halipeto.SimpleDB,                         Halipeto.Template,                         Halipeto.Utilities-  Build-Depends:        base >= 3 && < 5, HaXml >= 1.20, directory, pandoc+  Build-Depends:        base >= 3 && < 5, HaXml >= 1.20 && < 1.22, directory, pandoc   Extensions:           MultiParamTypeClasses, FlexibleInstances, FlexibleContexts