[Git][haskell-team/DHG_packages][master] binary-orphans: patch for newer deps

Clint Adams gitlab at salsa.debian.org
Tue Apr 17 01:37:23 BST 2018


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


Commits:
51af5c13 by Clint Adams at 2018-04-16T20:35:31-04:00
binary-orphans: patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-orphans (0.1.8.0-2) unstable; urgency=medium
+
+  * Patch for newer deps.
+
+ -- Clint Adams <clint at debian.org>  Mon, 16 Apr 2018 20:35:16 -0400
+
 haskell-binary-orphans (0.1.8.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-binary-orphans/debian/control
=====================================
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -11,23 +11,19 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.4),
  libghc-aeson-prof,
  libghc-case-insensitive-dev (<< 1.2.1),
  libghc-case-insensitive-dev (>= 1.2.0.4),
  libghc-case-insensitive-prof,
- libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.2.3.3),
+ libghc-hashable-dev (<< 1.3),
  libghc-hashable-prof,
- libghc-quickcheck-instances-dev (<< 0.3.13),
- libghc-quickcheck-instances-dev (>= 0.3.11),
- libghc-quickcheck2-dev (<< 2.9.3),
- libghc-quickcheck2-dev (>= 2.7),
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-dev (>= 0.3.3.8),
  libghc-scientific-prof,
- libghc-semigroups-dev (<< 0.18.4),
  libghc-semigroups-dev (>= 0.16.2.2),
+ libghc-semigroups-dev (<< 0.18.5),
  libghc-semigroups-prof,
  libghc-tagged-dev (>= 0.7.3),
  libghc-tagged-dev (<< 0.8.6),
@@ -52,21 +48,13 @@ Build-Depends:
  libghc-vector-binary-instances-dev (>= 0.2.1.0),
  libghc-vector-binary-instances-prof,
  libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.11),
- libghc-aeson-dev,
- libghc-case-insensitive-dev,
- libghc-hashable-dev,
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-quickcheck-instances-dev (>= 0.3.16),
  libghc-quickcheck-instances-dev (<< 0.4),
- libghc-scientific-dev,
- libghc-tagged-dev,
  libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-dev (<< 0.12),
+ libghc-tasty-dev (<< 1.1),
  libghc-tasty-quickcheck-dev (>= 0.8.3.2),
- libghc-tasty-quickcheck-dev (<< 0.10),
- libghc-text-dev,
- libghc-unordered-containers-dev,
- libghc-vector-dev,
+ libghc-tasty-quickcheck-dev (<< 0.11),
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-case-insensitive-doc,


=====================================
p/haskell-binary-orphans/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/newer-deps
@@ -0,0 +1,40 @@
+--- a/binary-orphans.cabal
++++ b/binary-orphans.cabal
+@@ -26,8 +26,8 @@
+       src
+   ghc-options: -Wall -fno-warn-orphans
+   build-depends:
+-      base                     >=4.6.0.1   && <4.11
+-    , aeson                    >=0.7.0.6   && <1.3
++      base                     >=4.6.0.1   && <4.12
++    , aeson                    >=0.7.0.6   && <1.4
+     , binary                   >=0.5.1.1   && <0.8.6 || ==0.9.0.0
+     , case-insensitive         >=1.2.0.4   && <1.2.1
+     , hashable                 >=1.2.3.3   && <1.3
+@@ -41,7 +41,7 @@
+     , vector-binary-instances  >=0.2.1.0 && <0.3
+   if !impl(ghc >= 8.0)
+     build-depends:
+-        semigroups               >=0.16.2.2  && <0.18.4
++        semigroups               >=0.16.2.2  && <0.18.5
+   if !impl(ghc >= 7.10)
+     build-depends:
+         void                     >=0.7       && <0.8
+@@ -69,13 +69,13 @@
+     , unordered-containers
+     , vector
+     , binary-orphans
+-    , QuickCheck           >=2.10     && <2.11
++    , QuickCheck           >=2.10     && <2.12
+     , quickcheck-instances >=0.3.16   && <0.4
+-    , tasty                >=0.10.1.2 && <0.12
+-    , tasty-quickcheck     >=0.8.3.2  && <0.10
++    , tasty                >=0.10.1.2 && <1.1
++    , tasty-quickcheck     >=0.8.3.2  && <0.11
+   if !impl(ghc >= 8.0)
+     build-depends:
+-        semigroups               >=0.16.2.2  && <0.18.3
++        semigroups               >=0.16.2.2  && <0.18.5
+   if !impl(ghc >= 7.10)
+     build-depends:
+         void                     >=0.7       && <0.8


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



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/51af5c13746dea319a966f596e2c5a7494eb4c06
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/20180417/17e90b8a/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list