Commit 8702e383 authored by Clint Adams's avatar Clint Adams
Browse files

text-show: Upgrading from 3.7.2 to 3.7.3

parent 98c5d321
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-text-show (3.7.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Mon, 09 Apr 2018 22:54:19 -0400

haskell-text-show (3.7.2-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+6 −9
Original line number Diff line number Diff line
@@ -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.

+18 −18
Original line number Diff line number Diff line
--- a/text-show.cabal
+++ b/text-show.cabal
@@ -160,7 +160,6 @@
                      , base-compat         >= 0.8.1  && < 1
                      , base-compat-batteries >= 0.10   && < 0.11
                      , bifunctors            >= 5.1    && < 6
                      , bytestring            >= 0.9    && < 0.11
-                     , bytestring-builder
@@ -17,7 +17,7 @@
                      , contravariant         >= 0.5    && < 2
                      , deriving-compat       >= 0.3.4  && < 1
@@ -399,7 +397,6 @@
                      , base-compat         >= 0.8.1  && < 1
                      , base-compat-batteries >= 0.10   && < 0.11
                      , bifunctors            >= 5.1    && < 6
                      , bytestring            >= 0.9    && < 0.11
-                     , bytestring-builder
+15 −15

File changed.

Contains only whitespace changes.