packages feed

debian 3.83.3.1 → 3.83.4

raw patch · 3 files changed

+12/−6 lines, 3 filesdep ~ListLikedep ~process-listlikePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ListLike, process-listlike

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,9 @@+haskell-debian (3.83.4) unstable; urgency=low++  * Require ListLike >= 4++ -- David Fox <dsf@seereason.com>  Fri, 29 Aug 2014 14:39:43 -0700+ haskell-debian (3.83.3) unstable; urgency=low    * Moved repository to https://github.com/ddssff/debian-haskell
debian.cabal view
@@ -1,5 +1,5 @@ Name:           debian-Version:        3.83.3.1+Version:        3.83.4 License:        BSD3 License-File:   debian/copyright Author:         David Fox <dsf@seereason.com>, Jeremy Shaw <jeremy@seereason.com>, Clifford Beshers <beshers@seereason.com>@@ -36,7 +36,7 @@    filepath,    HaXml >= 1.20,    HUnit,-   ListLike,+   ListLike >= 4,    mtl,    old-locale,    parsec >= 2 && <4,@@ -143,5 +143,5 @@    build-depends: process-extras  source-repository head-  type:     darcs+  type:     git   location: https://github.com/ddssff/debian-haskell
debian/changelog view
@@ -1,8 +1,8 @@-haskell-debian (3.83.3.1) unstable; urgency=low+haskell-debian (3.83.4) unstable; urgency=low -  * Fix repository type in the cabal file.+  * Require ListLike >= 4 - -- David Fox <dsf@seereason.com>  Thu, 28 Aug 2014 09:30:12 -0700+ -- David Fox <dsf@seereason.com>  Fri, 29 Aug 2014 14:39:43 -0700  haskell-debian (3.83.3) unstable; urgency=low