packages feed

debian 3.91.1 → 3.91.2

raw patch · 4 files changed

+22/−1 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Debian/GenBuildDeps.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE CPP, FlexibleContexts, OverloadedStrings, RecordWildCards, ScopedTypeVariables, TemplateHaskell #-}+{-# LANGUAGE NoDisambiguateRecordFields, NoRecordWildCards #-} -- |Figure out the dependency relation between debianized source -- directories.  The code to actually solve these dependency relations -- for a particular set of binary packages is in Debian.Repo.Dependency.
changelog view
@@ -1,3 +1,13 @@+haskell-debian (3.91.2) unstable; urgency=low++  * Work around for https://ghc.haskell.org/trac/ghc/ticket/12130+  * Add travis config for ghc-8.0+  * fix test suite+  * Make changelog a duplicate of debian/changelog+  * eliminate error call in parseChangeLog++ -- David Fox <dsf@foxthompson.net>  Fri, 11 Nov 2016 21:31:09 -0800+ haskell-debian (3.91) unstable; urgency=low    * Eliminate error call in parseChangeLog
debian.cabal view
@@ -1,5 +1,5 @@ Name:           debian-Version:        3.91.1+Version:        3.91.2 License:        BSD3 License-File:   debian/copyright Author:         David Fox <dsf@seereason.com>, Jeremy Shaw <jeremy@seereason.com>, Clifford Beshers <beshers@seereason.com>
debian/changelog view
@@ -1,3 +1,13 @@+haskell-debian (3.91.2) unstable; urgency=low++  * Work around for https://ghc.haskell.org/trac/ghc/ticket/12130+  * Add travis config for ghc-8.0+  * fix test suite+  * Make changelog a duplicate of debian/changelog+  * eliminate error call in parseChangeLog++ -- David Fox <dsf@foxthompson.net>  Fri, 11 Nov 2016 21:31:09 -0800+ haskell-debian (3.91) unstable; urgency=low    * Eliminate error call in parseChangeLog