[Git][haskell-team/DHG_packages][master] text-show: Upgrading from 3.7.2 to 3.7.3

Clint Adams gitlab at salsa.debian.org
Tue Apr 10 02:57:03 UTC 2018


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


Commits:
8702e383 by Clint Adams at 2018-04-09T22:56:34-04:00
text-show: Upgrading from 3.7.2 to 3.7.3

- - - - -


4 changed files:

- p/haskell-text-show/debian/changelog
- p/haskell-text-show/debian/control
- p/haskell-text-show/debian/patches/no-bytestring-builder
- p/haskell-text-show/debian/patches/no-nats


Changes:

=====================================
p/haskell-text-show/debian/changelog
=====================================
--- a/p/haskell-text-show/debian/changelog
+++ b/p/haskell-text-show/debian/changelog
@@ -1,3 +1,9 @@
+haskell-text-show (3.7.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Mon, 09 Apr 2018 22:54:19 -0400
+
 haskell-text-show (3.7.2-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-text-show/debian/control
=====================================
--- a/p/haskell-text-show/debian/control
+++ b/p/haskell-text-show/debian/control
@@ -10,12 +10,10 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-base-compat-dev (<< 1),
- libghc-base-compat-dev (>= 0.8.1),
- libghc-base-compat-dev (>= 0.8.2),
- libghc-base-compat-prof,
- libghc-base-orphans-dev (<< 1),
- libghc-base-orphans-dev (>= 0.5.2),
+ libghc-base-compat-batteries-dev (>= 0.10),
+ libghc-base-compat-batteries-dev (<< 0.11),
+ libghc-base-compat-batteries-prof,
+ libghc-bifunctors-dev (>= 5.1),
  libghc-bifunctors-dev (<< 6),
  libghc-bifunctors-dev (>= 5.1),
  libghc-bifunctors-prof,
@@ -54,7 +52,6 @@ Build-Depends:
  libghc-void-prof,
  libghc-quickcheck2-dev (>= 2.10),
  libghc-quickcheck2-dev (<< 2.12),
- libghc-base-compat-dev (>= 0.8.2),
  libghc-base-orphans-dev (>= 0.6),
  libghc-base-orphans-dev (<< 0.8),
  libghc-deriving-compat-dev (>= 0.3.4),
@@ -66,7 +63,7 @@ Build-Depends:
  libghc-semigroups-dev (>= 0.18.3),
  libghc-tagged-dev (>= 0.8.3),
 Build-Depends-Indep: ghc-doc,
- libghc-base-compat-doc,
+ libghc-base-compat-batteries-doc,
  libghc-bifunctors-doc,
  libghc-contravariant-doc,
  libghc-generic-deriving-doc,
@@ -81,7 +78,7 @@ Standards-Version: 4.1.4
 Homepage: https://github.com/RyanGlScott/text-show
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-show
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
-X-Description: Efficient conversion of values into Text
+X-Description: efficient conversion of values into Text
  A replacement for the Show typeclass intended for use with Text
  instead of Strings, in the spirit of bytestring-show.
 


=====================================
p/haskell-text-show/debian/patches/no-bytestring-builder
=====================================
--- a/p/haskell-text-show/debian/patches/no-bytestring-builder
+++ b/p/haskell-text-show/debian/patches/no-bytestring-builder
@@ -1,26 +1,26 @@
 --- a/text-show.cabal
 +++ b/text-show.cabal
 @@ -160,7 +160,6 @@
-                      , base-compat         >= 0.8.1  && < 1
-                      , bifunctors          >= 5.1    && < 6
-                      , bytestring          >= 0.9    && < 0.11
+                      , base-compat-batteries >= 0.10   && < 0.11
+                      , bifunctors            >= 5.1    && < 6
+                      , bytestring            >= 0.9    && < 0.11
 -                     , bytestring-builder
-                      , containers          >= 0.1    && < 0.6
-                      , contravariant       >= 0.5    && < 2
-                      , generic-deriving    >= 1.11   && < 2
+                      , containers            >= 0.1    && < 0.6
+                      , contravariant         >= 0.5    && < 2
+                      , generic-deriving      >= 1.11   && < 2
 @@ -341,7 +340,6 @@
-                      , base-orphans         >= 0.6    && < 0.8
-                      , bifunctors           >= 5.1    && < 6
-                      , bytestring           >= 0.9    && < 0.11
+                      , base-orphans          >= 0.6    && < 0.8
+                      , bifunctors            >= 5.1    && < 6
+                      , bytestring            >= 0.9    && < 0.11
 -                     , bytestring-builder
-                      , containers           >= 0.1    && < 0.6
-                      , contravariant        >= 0.5    && < 2
-                      , deriving-compat      >= 0.3.4  && < 1
+                      , containers            >= 0.1    && < 0.6
+                      , contravariant         >= 0.5    && < 2
+                      , deriving-compat       >= 0.3.4  && < 1
 @@ -399,7 +397,6 @@
-                      , base-compat         >= 0.8.1  && < 1
-                      , bifunctors          >= 5.1    && < 6
-                      , bytestring          >= 0.9    && < 0.11
+                      , base-compat-batteries >= 0.10   && < 0.11
+                      , bifunctors            >= 5.1    && < 6
+                      , bytestring            >= 0.9    && < 0.11
 -                     , bytestring-builder
-                      , containers          >= 0.1    && < 0.6
-                      , contravariant       >= 0.5    && < 2
-                      , criterion           >= 1.1.4  && < 2
+                      , containers            >= 0.1    && < 0.6
+                      , contravariant         >= 0.5    && < 2
+                      , criterion             >= 1.1.4  && < 2


=====================================
p/haskell-text-show/debian/patches/no-nats
=====================================
--- a/p/haskell-text-show/debian/patches/no-nats
+++ b/p/haskell-text-show/debian/patches/no-nats
@@ -1,26 +1,26 @@
 --- a/text-show.cabal
 +++ b/text-show.cabal
 @@ -166,7 +166,6 @@
-                      , generic-deriving    >= 1.11   && < 2
+                      , generic-deriving      >= 1.11   && < 2
                       , ghc-prim
                       , integer-gmp
--                     , nats                >= 0.1    && < 2
-                      , semigroups          >= 0.17   && < 1
-                      , tagged              >= 0.4.4  && < 1
-                      , text                >= 0.11.1 && < 1.3
+-                     , nats                  >= 0.1    && < 2
+                      , semigroups            >= 0.17   && < 1
+                      , tagged                >= 0.4.4  && < 1
+                      , text                  >= 0.11.1 && < 1.3
 @@ -350,7 +349,6 @@
                       , ghc-prim
-                      , hspec                >= 2      && < 3
+                      , hspec                 >= 2      && < 3
                       , integer-gmp
--                     , nats                 >= 0.1    && < 2
-                      , QuickCheck           >= 2.10   && < 2.12
-                      , quickcheck-instances >= 0.3.18 && < 0.4
-                      , semigroups           >= 0.18.3 && < 1
+-                     , nats                  >= 0.1    && < 2
+                      , QuickCheck            >= 2.10   && < 2.12
+                      , quickcheck-instances  >= 0.3.18 && < 0.4
+                      , semigroups            >= 0.18.3 && < 1
 @@ -409,7 +407,6 @@
-                      , generic-deriving    >= 1.11   && < 2
+                      , generic-deriving      >= 1.11   && < 2
                       , ghc-prim
                       , integer-gmp
--                     , nats                >= 0.1    && < 2
-                      , semigroups          >= 0.17   && < 1
-                      , tagged              >= 0.4.4  && < 1
-                      , text                >= 0.11.1 && < 1.3
+-                     , nats                  >= 0.1    && < 2
+                      , semigroups            >= 0.17   && < 1
+                      , tagged                >= 0.4.4  && < 1
+                      , text                  >= 0.11.1 && < 1.3



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

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


More information about the Pkg-haskell-commits mailing list