[Git][haskell-team/DHG_packages][master] statistics: patch for newer base-orphans

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 22:19:44 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8907a912 by Clint Adams at 2018-04-14T17:19:20-04:00
statistics: patch for newer base-orphans

- - - - -


4 changed files:

- p/haskell-statistics/debian/changelog
- p/haskell-statistics/debian/control
- + p/haskell-statistics/debian/patches/newer-deps
- + p/haskell-statistics/debian/patches/series


Changes:

=====================================
p/haskell-statistics/debian/changelog
=====================================
--- a/p/haskell-statistics/debian/changelog
+++ b/p/haskell-statistics/debian/changelog
@@ -1,3 +1,9 @@
+haskell-statistics (0.14.0.2-2) unstable; urgency=medium
+
+  * Patch for newer base-orphans.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 17:18:57 -0400
+
 haskell-statistics (0.14.0.2-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-statistics/debian/control
=====================================
--- a/p/haskell-statistics/debian/control
+++ b/p/haskell-statistics/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-aeson-dev (>= 0.6.0.0),
  libghc-aeson-prof,
  libghc-base-orphans-dev (>= 0.6),
- libghc-base-orphans-dev (<< 0.7),
+ libghc-base-orphans-dev (<< 0.8),
  libghc-base-orphans-prof,
  libghc-erf-dev,
  libghc-erf-prof,


=====================================
p/haskell-statistics/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-statistics/debian/patches/newer-deps
@@ -0,0 +1,11 @@
+--- a/statistics.cabal
++++ b/statistics.cabal
+@@ -104,7 +104,7 @@
+   build-depends:
+     aeson >= 0.6.0.0,
+     base >= 4.5 && < 5,
+-    base-orphans >= 0.6 && <0.7,
++    base-orphans >= 0.6 && <0.8,
+     binary >= 0.5.1.0,
+     deepseq >= 1.1.0.2,
+     erf,


=====================================
p/haskell-statistics/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-statistics/debian/patches/series
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8907a912636f77fe760d5b0ed554e94ae0bbf71d

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8907a912636f77fe760d5b0ed554e94ae0bbf71d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180414/7d4ad8b2/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list