[DHG_packages] 02/05: cereal: Upgrading from 0.5.2.0 to 0.5.3.0

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 19:10:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 2b02b3a2a4e63abf44ba6b709b379018daf12afc
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 19:47:25 2016 -0400

    cereal: Upgrading from 0.5.2.0 to 0.5.3.0
---
 p/haskell-cereal/debian/changelog       |  6 +++---
 p/haskell-cereal/debian/control         |  6 +-----
 p/haskell-cereal/debian/patches/no-fail | 12 ++++++++++++
 p/haskell-cereal/debian/patches/series  |  1 +
 4 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/p/haskell-cereal/debian/changelog b/p/haskell-cereal/debian/changelog
index f573410..7936256 100644
--- a/p/haskell-cereal/debian/changelog
+++ b/p/haskell-cereal/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cereal (0.5.2.0-2) UNRELEASED; urgency=medium
+haskell-cereal (0.5.3.0-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:17 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 19:47:25 -0400
 
 haskell-cereal (0.5.2.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-cereal/debian/control b/p/haskell-cereal/debian/control
index 3798519..39254f7 100644
--- a/p/haskell-cereal/debian/control
+++ b/p/haskell-cereal/debian/control
@@ -6,13 +6,9 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8),
  ghc-prof,
- libghc-fail-dev (>= 4.9),
- libghc-fail-dev (<< 4.10),
- libghc-fail-prof,
 Build-Depends-Indep: ghc-doc,
- libghc-fail-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/GaloisInc/cereal
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-cereal
diff --git a/p/haskell-cereal/debian/patches/no-fail b/p/haskell-cereal/debian/patches/no-fail
new file mode 100644
index 0000000..336bfdf
--- /dev/null
+++ b/p/haskell-cereal/debian/patches/no-fail
@@ -0,0 +1,12 @@
+--- a/cereal.cabal
++++ b/cereal.cabal
+@@ -32,9 +32,6 @@ library
+                                 base >= 4.4 && < 5, containers, array,
+                                 ghc-prim >= 0.2
+ 
+-        if !impl(ghc >= 8.0)
+-          build-depends:        fail == 4.9.*
+-
+         hs-source-dirs:         src
+ 
+         exposed-modules:        Data.Serialize,
diff --git a/p/haskell-cereal/debian/patches/series b/p/haskell-cereal/debian/patches/series
new file mode 100644
index 0000000..aa19642
--- /dev/null
+++ b/p/haskell-cereal/debian/patches/series
@@ -0,0 +1 @@
+no-fail

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list