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

Clint Adams gitlab at salsa.debian.org
Mon Apr 16 15:18:42 BST 2018


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


Commits:
e679a058 by Clint Adams at 2018-04-16T10:18:19-04:00
these: patch for newer deps

- - - - -


4 changed files:

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


Changes:

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


=====================================
p/haskell-these/debian/control
=====================================
--- a/p/haskell-these/debian/control
+++ b/p/haskell-these/debian/control
@@ -11,13 +11,13 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-quickcheck2-prof,
  libghc-aeson-dev (>= 0.7.0.4),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.4),
  libghc-aeson-prof,
- libghc-bifunctors-dev (<< 5.5),
  libghc-bifunctors-dev (>= 0.1),
+ libghc-bifunctors-dev (<< 5.6),
  libghc-bifunctors-prof,
  libghc-data-default-class-dev (<< 0.2),
  libghc-data-default-class-dev (>= 0.0),
@@ -25,8 +25,8 @@ Build-Depends:
  libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.2.3),
  libghc-hashable-prof,
- libghc-keys-dev (<< 3.12),
  libghc-keys-dev (>= 3.10),
+ libghc-keys-dev (<< 3.13),
  libghc-keys-prof,
  libghc-mtl-dev (<< 2.3),
  libghc-mtl-dev (>= 2),
@@ -34,14 +34,14 @@ Build-Depends:
  libghc-profunctors-dev (<< 5.3),
  libghc-profunctors-dev (>= 3),
  libghc-profunctors-prof,
- libghc-semigroupoids-dev (>= 1.0),
+ libghc-semigroupoids-dev (>= 5.0),
  libghc-semigroupoids-dev (<< 5.3),
  libghc-semigroupoids-prof,
- libghc-transformers-compat-dev (<< 0.6),
  libghc-transformers-compat-dev (>= 0.2),
+ libghc-transformers-compat-dev (<< 0.7),
  libghc-transformers-compat-prof,
+ libghc-unordered-containers-dev (>= 0.2.4.0),
  libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.4),
  libghc-vector-dev (<< 0.13),
@@ -54,11 +54,11 @@ Build-Depends:
  libghc-bifunctors-dev,
  libghc-hashable-dev,
  libghc-quickcheck-instances-dev (>= 0.3.15),
- libghc-quickcheck-instances-dev (<< 0.3.16),
+ libghc-quickcheck-instances-dev (<< 0.4),
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 0.12),
+ libghc-tasty-dev (<< 1.1),
  libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-unordered-containers-dev,
  libghc-vector-dev,
 Build-Depends-Indep: ghc-doc,


=====================================
p/haskell-these/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-these/debian/patches/newer-deps
@@ -0,0 +1,46 @@
+--- a/these.cabal
++++ b/these.cabal
+@@ -42,22 +42,22 @@
+                        Control.Monad.Chronicle.Class,
+                        Control.Monad.Trans.Chronicle
+ 
+-  Build-depends:       base                     >= 4.4     && < 4.11,
+-                       aeson                    >= 0.7.0.4 && < 1.3,
+-                       bifunctors               >= 0.1     && < 5.5,
++  Build-depends:       base                     >= 4.4     && < 4.12,
++                       aeson                    >= 0.7.0.4 && < 1.4,
++                       bifunctors               >= 0.1     && < 5.6,
+                        binary                   >= 0.5.0.2 && < 0.10,
+                        containers               >= 0.4     && < 0.6,
+                        data-default-class       >= 0.0     && < 0.2,
+                        deepseq                  >= 1.3.0.0 && < 1.5,
+                        hashable                 >= 1.2.3   && < 1.3,
+-                       keys                     >= 3.10    && < 3.12,
++                       keys                     >= 3.10    && < 3.13,
+                        mtl                      >= 2       && < 2.3,
+                        profunctors              >= 3       && < 5.3,
+-                       QuickCheck               >= 2.10    && < 2.11,
+-                       semigroupoids            >= 1.0     && < 5.3,
++                       QuickCheck               >= 2.10    && < 2.12,
++                       semigroupoids            >= 5.0     && < 5.3,
+                        transformers             >= 0.2     && < 0.6,
+-                       transformers-compat      >= 0.2     && < 0.6,
+-                       unordered-containers     >= 0.2     && < 0.3,
++                       transformers-compat      >= 0.2     && < 0.7,
++                       unordered-containers     >= 0.2.4.0 && < 0.3,
+                        vector                   >= 0.4     && < 0.13,
+                        vector-instances         >= 3.3.1   && < 3.5
+   if impl(ghc <7.5)
+@@ -76,9 +76,9 @@
+   ghc-options:         -Wall
+   build-depends:       these,
+                        base                    >= 4.5,
+-                       quickcheck-instances    >= 0.3.15 && < 0.3.16,
+-                       tasty                   >= 0.10   && < 0.12,
+-                       tasty-quickcheck        >= 0.8    && < 0.10,
++                       quickcheck-instances    >= 0.3.15 && < 0.4,
++                       tasty                   >= 0.10   && < 1.1,
++                       tasty-quickcheck        >= 0.8    && < 0.11,
+                        aeson,
+                        bifunctors,
+                        binary,


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



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e679a0582d2fd10c46cf2197c5054e78d3b1dcf4
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/20180416/b56dd6c4/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list