[DHG_packages] 01/01: text-show: Upgrading from 3.4 to 3.4.1.1

Clint Adams clint at moszumanska.debian.org
Fri Jul 7 02:01:25 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 0e8ca05fd70eb071828cbc875fae1eca2ba519b8
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 6 21:55:20 2017 -0400

    text-show: Upgrading from 3.4 to 3.4.1.1
---
 p/haskell-text-show/debian/changelog                  |  6 ++++++
 p/haskell-text-show/debian/control                    | 19 ++++++++++++++-----
 .../debian/patches/no-bytestring-builder              | 10 +++++-----
 p/haskell-text-show/debian/patches/no-nats            |  8 ++++----
 4 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/p/haskell-text-show/debian/changelog b/p/haskell-text-show/debian/changelog
index b41e970..ede669e 100644
--- a/p/haskell-text-show/debian/changelog
+++ b/p/haskell-text-show/debian/changelog
@@ -1,3 +1,9 @@
+haskell-text-show (3.4.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 06 Jul 2017 21:55:20 -0400
+
 haskell-text-show (3.4-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-text-show/debian/control b/p/haskell-text-show/debian/control
index a1b19aa..990fbd0 100644
--- a/p/haskell-text-show/debian/control
+++ b/p/haskell-text-show/debian/control
@@ -31,8 +31,6 @@ Build-Depends:
  libghc-hspec-dev (>= 2),
  libghc-quickcheck-instances-dev (<< 0.4),
  libghc-quickcheck-instances-dev (>= 0.1),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-dev (>= 2.5),
  libghc-semigroups-dev (<< 1),
  libghc-semigroups-dev (>= 0.17),
  libghc-semigroups-prof,
@@ -52,8 +50,19 @@ Build-Depends:
  libghc-void-dev (<< 1),
  libghc-void-dev (>= 0.5),
  libghc-void-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-quickcheck2-dev (>= 2.9),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-base-compat-dev (>= 0.8.2),
+ libghc-base-orphans-dev (>= 0.5.2),
+ libghc-base-orphans-dev (<< 1),
+ libghc-deriving-compat-dev (>= 0.3.4),
+ libghc-deriving-compat-dev (<< 1),
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-quickcheck-instances-dev (>= 0.1),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-tagged-dev (>= 0.8.3),
+Build-Depends-Indep: ghc-doc,
  libghc-base-compat-doc,
  libghc-bifunctors-doc,
  libghc-contravariant-doc,
@@ -64,7 +73,7 @@ Build-Depends-Indep:
  libghc-th-lift-doc,
  libghc-transformers-compat-doc,
  libghc-void-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/RyanGlScott/text-show
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-text-show
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-text-show/debian/patches/no-bytestring-builder b/p/haskell-text-show/debian/patches/no-bytestring-builder
index cb8164e..a64affe 100644
--- a/p/haskell-text-show/debian/patches/no-bytestring-builder
+++ b/p/haskell-text-show/debian/patches/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/text-show.cabal
 +++ b/text-show.cabal
-@@ -165,7 +165,6 @@ library
+@@ -165,7 +165,6 @@
                       , base-compat         >= 0.8.1  && < 1
                       , bifunctors          >= 5.1    && < 6
                       , bytestring          >= 0.9    && < 0.11
@@ -8,19 +8,19 @@
                       , containers          >= 0.1    && < 0.6
                       , contravariant       >= 0.5    && < 2
                       , generic-deriving    >= 1.11   && < 2
-@@ -366,7 +365,6 @@ test-suite spec
+@@ -361,7 +360,6 @@
                       , base-orphans         >= 0.5.2  && < 1
                       , bifunctors           >= 5.1    && < 6
                       , bytestring           >= 0.9    && < 0.11
 -                     , bytestring-builder
                       , containers           >= 0.1    && < 0.6
                       , contravariant        >= 0.5    && < 2
-                      , deriving-compat      >= 0.3    && < 1
-@@ -430,7 +428,6 @@ benchmark bench
+                      , deriving-compat      >= 0.3.4  && < 1
+@@ -419,7 +417,6 @@
                       , base-compat         >= 0.8.1  && < 1
                       , bifunctors          >= 5.1    && < 6
                       , bytestring          >= 0.9    && < 0.11
 -                     , bytestring-builder
                       , containers          >= 0.1    && < 0.6
                       , contravariant       >= 0.5    && < 2
-                      , criterion           >= 1      && < 2
+                      , criterion           >= 1.1.4  && < 2
diff --git a/p/haskell-text-show/debian/patches/no-nats b/p/haskell-text-show/debian/patches/no-nats
index d389a57..1ee33ba 100644
--- a/p/haskell-text-show/debian/patches/no-nats
+++ b/p/haskell-text-show/debian/patches/no-nats
@@ -1,6 +1,6 @@
 --- a/text-show.cabal
 +++ b/text-show.cabal
-@@ -171,7 +171,6 @@ library
+@@ -171,7 +171,6 @@
                       , generic-deriving    >= 1.11   && < 2
                       , ghc-prim
                       , integer-gmp
@@ -8,15 +8,15 @@
                       , semigroups          >= 0.17   && < 1
                       , tagged              >= 0.4.4  && < 1
                       , text                >= 0.11.1 && < 1.3
-@@ -375,7 +374,6 @@ test-suite spec
+@@ -370,7 +369,6 @@
                       , ghc-prim
                       , hspec                >= 2      && < 3
                       , integer-gmp
 -                     , nats                 >= 0.1    && < 2
-                      , QuickCheck           >= 2.5    && < 3
+                      , QuickCheck           >= 2.9    && < 3
                       , quickcheck-instances >= 0.1    && < 0.4
                       , semigroups           >= 0.17   && < 1
-@@ -440,7 +438,6 @@ benchmark bench
+@@ -429,7 +427,6 @@
                       , generic-deriving    >= 1.11   && < 2
                       , ghc-prim
                       , integer-gmp

-- 
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