[Git][haskell-team/DHG_packages][master] text-show: Upgrading from 3.8.5 to 3.9.7

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Jul 23 13:51:53 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ec3bc673 by Ilias Tsitsimpis at 2022-07-23T15:48:01+03:00
text-show: Upgrading from 3.8.5 to 3.9.7

- - - - -


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


Changes:

=====================================
p/haskell-text-show/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-text-show (3.8.5-2) UNRELEASED; urgency=medium
+haskell-text-show (3.9.7-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:14 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 23 Jul 2022 15:46:47 +0300
 
 haskell-text-show (3.8.5-1) unstable; urgency=medium
 


=====================================
p/haskell-text-show/debian/control
=====================================
@@ -12,17 +12,17 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-base-compat-batteries-dev (>= 0.11),
- libghc-base-compat-batteries-dev (<< 0.12),
+ libghc-base-compat-batteries-dev (<< 0.13),
  libghc-base-compat-batteries-prof,
  libghc-bifunctors-dev (>= 5.1),
  libghc-bifunctors-dev (<< 6),
  libghc-bifunctors-prof,
- libghc-generic-deriving-dev (>= 1.11),
+ libghc-generic-deriving-dev (>= 1.14.1),
  libghc-generic-deriving-dev (<< 2),
  libghc-generic-deriving-dev (>= 1.11),
  libghc-generic-deriving-prof,
- libghc-th-abstraction-dev (>= 0.3),
- libghc-th-abstraction-dev (<< 0.4),
+ libghc-th-abstraction-dev (>= 0.4),
+ libghc-th-abstraction-dev (<< 0.5),
  libghc-th-abstraction-prof,
  libghc-th-lift-dev (>= 0.7.6),
  libghc-th-lift-dev (<< 1),
@@ -31,18 +31,17 @@ Build-Depends:
  libghc-transformers-compat-dev (<< 1),
  libghc-transformers-compat-prof,
  libghc-quickcheck2-dev (>= 2.12),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
- libghc-base-orphans-dev (>= 0.8.2),
+ libghc-base-orphans-dev (>= 0.8.5),
  libghc-base-orphans-dev (<< 0.9),
  libghc-base-orphans-prof,
- libghc-deriving-compat-dev (>= 0.5.6),
+ libghc-deriving-compat-dev (>= 0.6),
  libghc-deriving-compat-dev (<< 1),
  libghc-hspec-dev (>= 2),
  libghc-hspec-dev (<< 3),
- libghc-quickcheck-instances-dev (>= 0.3.18),
+ libghc-quickcheck-instances-dev (>= 0.3.26),
  libghc-quickcheck-instances-dev (<< 0.4),
- libghc-quickcheck-instances-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-base-compat-batteries-doc,
  libghc-bifunctors-doc,


=====================================
p/haskell-text-show/debian/patches/no-bytestring-builder
=====================================
@@ -1,18 +1,20 @@
+Index: b/text-show.cabal
+===================================================================
 --- a/text-show.cabal
 +++ b/text-show.cabal
-@@ -157,7 +157,6 @@
-                      , base-compat-batteries >= 0.11   && < 0.12
+@@ -165,7 +165,6 @@ library
+                      , base-compat-batteries >= 0.11   && < 0.13
                       , bifunctors            >= 5.1    && < 6
-                      , bytestring            >= 0.9    && < 0.11
+                      , bytestring            >= 0.9    && < 0.12
 -                     , bytestring-builder
                       , containers            >= 0.1    && < 0.7
-                      , generic-deriving      >= 1.11   && < 2
+                      , generic-deriving      >= 1.14.1 && < 2
                       , ghc-prim
-@@ -337,7 +336,6 @@
-                      , base-compat-batteries >= 0.11   && < 0.12
-                      , base-orphans          >= 0.8.2  && < 0.9
-                      , bytestring            >= 0.9    && < 0.11
+@@ -355,7 +354,6 @@ test-suite spec
+                      , base-compat-batteries >= 0.11   && < 0.13
+                      , base-orphans          >= 0.8.5  && < 0.9
+                      , bytestring            >= 0.9    && < 0.12
 -                     , bytestring-builder
-                      , deriving-compat       >= 0.5.6  && < 1
-                      , generic-deriving      >= 1.11   && < 2
+                      , deriving-compat       >= 0.6    && < 1
+                      , generic-deriving      >= 1.14.1 && < 2
                       , ghc-prim


=====================================
p/haskell-text-show/debian/rules
=====================================
@@ -1,11 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_CABAL_PACKAGE = text-show
-DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
 ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four))
        DEB_ENABLE_TESTS = no
-else
-       DEB_ENABLE_TESTS = yes
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ec3bc6733cbcf700a5f4663b4673c6b991a57f59
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/20220723/68858368/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list