[Git][haskell-team/DHG_packages][master] hedgehog: patch for newer template-haskell and pretty-show

Clint Adams gitlab at salsa.debian.org
Thu Jun 11 13:55:35 BST 2020



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


Commits:
5233a4fb by Clint Adams at 2020-06-11T08:55:08-04:00
hedgehog: patch for newer template-haskell and pretty-show

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hedgehog (1.0.2-2) unstable; urgency=medium
+
+  * Patch for newer template-haskell and pretty-show.
+
+ -- Clint Adams <clint at debian.org>  Thu, 11 Jun 2020 08:54:54 -0400
+
 haskell-hedgehog (1.0.2-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-hedgehog/debian/control
=====================================
@@ -38,7 +38,7 @@ Build-Depends: debhelper (>= 10),
  libghc-monad-control-prof (>= 1.0),
  libghc-monad-control-prof (<< 1.1),
  libghc-pretty-show-dev (>= 1.6),
- libghc-pretty-show-dev (<< 1.10),
+ libghc-pretty-show-dev (<< 1.11),
  libghc-pretty-show-prof,
  libghc-primitive-dev (>= 0.6),
  libghc-primitive-dev (<< 0.8),


=====================================
p/haskell-hedgehog/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+--- a/hedgehog.cabal
++++ b/hedgehog.cabal
+@@ -62,13 +62,13 @@
+     , mmorph                          >= 1.0        && < 1.2
+     , monad-control                   >= 1.0        && < 1.1
+     , mtl                             >= 2.1        && < 2.3
+-    , pretty-show                     >= 1.6        && < 1.10
++    , pretty-show                     >= 1.6        && < 1.11
+     , primitive                       >= 0.6        && < 0.8
+     , random                          >= 1.1        && < 1.2
+     , resourcet                       >= 1.1        && < 1.3
+     , semigroups                      >= 0.16       && < 0.20
+     , stm                             >= 2.4        && < 2.6
+-    , template-haskell                >= 2.10       && < 2.16
++    , template-haskell                >= 2.10       && < 2.17
+     , text                            >= 1.1        && < 1.3
+     , time                            >= 1.4        && < 1.10
+     , transformers                    >= 0.5        && < 0.6
+@@ -140,7 +140,7 @@
+     , containers                      >= 0.4        && < 0.7
+     , mmorph                          >= 1.0        && < 1.2
+     , mtl                             >= 2.1        && < 2.3
+-    , pretty-show                     >= 1.6        && < 1.10
++    , pretty-show                     >= 1.6        && < 1.11
+     , semigroups                      >= 0.16       && < 0.20
+     , text                            >= 1.1        && < 1.3
+     , transformers                    >= 0.3        && < 0.6


=====================================
p/haskell-hedgehog/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5233a4fb7bf4b89f5d5342075a5d72f856eeedb5
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/20200611/a086b1f9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list