packages feed

patch-combinators 0.2.1 → 0.2.2

raw patch · 2 files changed

+11/−6 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

+ changelog view
@@ -0,0 +1,3 @@+0.2.1 and 0.2.2++  * Only changes in package meta data
patch-combinators.cabal view
@@ -1,5 +1,5 @@ Name:               patch-combinators-Version:            0.2.1+Version:            0.2.2 Synopsis:           A library for patching functions and data structures Description:        A library for patching functions and data structures -- Homepage:@@ -11,16 +11,18 @@ Category:           Data Stability:          experimental Build-type:         Simple-Cabal-version:      >=1.6+Cabal-version:      >=1.10 +Data-files:+  changelog+ Source-repository head   type:     darcs   location: http://hub.darcs.net/emax/patch-combinators  Library-  Exposed-modules:-    Data.Patch+  Exposed-modules:  Data.Patch -  Build-depends:-    base >= 4 && < 5+  Build-depends:    base >= 4 && < 6+  Default-language: Haskell2010