[Git][haskell-team/DHG_packages][master] 8 commits: gtk: Upgrading from 0.15.4 to 0.15.5

Ilias Tsitsimpis gitlab at salsa.debian.org
Wed Aug 19 08:15:00 BST 2020



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


Commits:
bc20ea46 by Ilias Tsitsimpis at 2020-08-19T09:50:46+03:00
gtk: Upgrading from 0.15.4 to 0.15.5

- - - - -
f58b869c by Ilias Tsitsimpis at 2020-08-19T09:50:46+03:00
gtk3: Upgrading from 0.15.4 to 0.15.5

- - - - -
744e05ad by Ilias Tsitsimpis at 2020-08-19T09:50:46+03:00
hedgehog: Upgrading from 1.0.2 to 1.0.3

- - - - -
e2d256cc by Ilias Tsitsimpis at 2020-08-19T09:52:16+03:00
hledger-interest: Upgrading from 1.5.4 to 1.5.5

- - - - -
1bca911b by Ilias Tsitsimpis at 2020-08-19T09:53:38+03:00
pretty-simple: Upgrading from 3.2.2.0 to 3.2.3.0

- - - - -
43a44da8 by Ilias Tsitsimpis at 2020-08-19T09:55:22+03:00
prettyprinter-convert-ansi-wl-pprint: Upgrading from 1.1 to 1.1.1

- - - - -
e2a593dd by Ilias Tsitsimpis at 2020-08-19T10:07:05+03:00
quickcheck-instances: Upgrading from 0.3.22 to 0.3.23

- - - - -
6d6a9336 by Ilias Tsitsimpis at 2020-08-19T10:10:55+03:00
these: Upgrading from 1.0.1 to 1.1.1.1

- - - - -


21 changed files:

- p/haskell-gtk/debian/changelog
- p/haskell-gtk/debian/patches/work-around-pixel-define.patch
- p/haskell-gtk3/debian/changelog
- p/haskell-gtk3/debian/patches/work-around-pixel-define.patch
- p/haskell-hedgehog/debian/changelog
- − p/haskell-hedgehog/debian/patches/newer-deps
- + p/haskell-hedgehog/debian/patches/no-fail
- p/haskell-hedgehog/debian/patches/series
- p/haskell-hledger-interest/debian/changelog
- p/haskell-hledger-interest/debian/control
- p/haskell-pretty-simple/debian/changelog
- p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/changelog
- p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/no-N.patch
- p/haskell-quickcheck-instances/debian/changelog
- p/haskell-quickcheck-instances/debian/control
- p/haskell-quickcheck-instances/debian/patches/newer-deps
- p/haskell-these/debian/changelog
- p/haskell-these/debian/control
- − p/haskell-these/debian/patches/newer-deps
- − p/haskell-these/debian/patches/series
- − p/haskell-these/debian/patches/setup-hs


Changes:

=====================================
p/haskell-gtk/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-gtk (0.15.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 06:41:51 +0300
+
 haskell-gtk (0.15.4-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-gtk/debian/patches/work-around-pixel-define.patch
=====================================
@@ -5,13 +5,11 @@ Author: Colin Watson <cjwatson at ubuntu.com>
 Forwarded: no
 Last-Update: 2014-06-05
 
-Index: b/gtk.cabal
-===================================================================
 --- a/gtk.cabal
 +++ b/gtk.cabal
-@@ -399,3 +399,5 @@
+@@ -409,3 +409,5 @@
            cc-options: -DGTK2HS_SET_FMODE_BINARY
-
+ 
          pkgconfig-depends: gthread-2.0, gtk+-2.0
 +
 +        cpp-options: -Upixel


=====================================
p/haskell-gtk3/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-gtk3 (0.15.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 06:56:56 +0300
+
 haskell-gtk3 (0.15.4-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-gtk3/debian/patches/work-around-pixel-define.patch
=====================================
@@ -5,11 +5,9 @@ Author: Colin Watson <cjwatson at ubuntu.com>
 Forwarded: no
 Last-Update: 2014-12-03
 
-Index: haskell-gtk3/gtk3.cabal
-===================================================================
---- haskell-gtk3.orig/gtk3.cabal	2015-08-15 14:35:59.670399380 +0200
-+++ haskell-gtk3/gtk3.cabal	2015-08-15 14:35:59.666399298 +0200
-@@ -385,6 +385,8 @@
+--- a/gtk3.cabal
++++ b/gtk3.cabal
+@@ -393,6 +393,8 @@
  
          pkgconfig-depends: gthread-2.0, gtk+-3.0
  


=====================================
p/haskell-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hedgehog (1.0.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 07:03:59 +0300
+
 haskell-hedgehog (1.0.2-5) unstable; urgency=medium
 
   * Patch out fail.


=====================================
p/haskell-hedgehog/debian/patches/newer-deps deleted
=====================================
@@ -1,32 +0,0 @@
---- a/hedgehog.cabal
-+++ b/hedgehog.cabal
-@@ -57,18 +57,17 @@
-     , directory                       >= 1.2        && < 1.4
-     , erf                             >= 2.0        && < 2.1
-     , exceptions                      >= 0.7        && < 0.11
--    , fail                            >= 4.9        && < 5
-     , lifted-async                    >= 0.7        && < 0.11
-     , 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 +139,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/no-fail
=====================================
@@ -0,0 +1,10 @@
+--- a/hedgehog.cabal
++++ b/hedgehog.cabal
+@@ -60,7 +60,6 @@
+     , directory                       >= 1.2        && < 1.4
+     , erf                             >= 2.0        && < 2.1
+     , exceptions                      >= 0.7        && < 0.11
+-    , fail                            >= 4.9        && < 5
+     , lifted-async                    >= 0.7        && < 0.11
+     , mmorph                          >= 1.0        && < 1.2
+     , monad-control                   >= 1.0        && < 1.1


=====================================
p/haskell-hedgehog/debian/patches/series
=====================================
@@ -1 +1 @@
-newer-deps
+no-fail


=====================================
p/haskell-hledger-interest/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hledger-interest (1.5.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 09:51:45 +0300
+
 haskell-hledger-interest (1.5.4-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-hledger-interest/debian/control
=====================================
@@ -11,8 +11,11 @@ Build-Depends:
  ghc (>= 8.4.3),
  haskell-devscripts (>= 0.13),
  libghc-decimal-dev,
- libghc-hledger-lib-dev (>= 1.9.1),
-Standards-Version: 4.1.4
+ libghc-decimal-prof,
+ libghc-hledger-lib-dev (>= 1.18),
+ libghc-hledger-lib-dev (<< 1.19),
+ libghc-hledger-lib-prof,
+Standards-Version: 4.5.0
 Homepage: https://github.com/peti/hledger-interest
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hledger-interest
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger-interest]


=====================================
p/haskell-pretty-simple/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-pretty-simple (3.2.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 09:53:38 +0300
+
 haskell-pretty-simple (3.2.2.0-3) unstable; urgency=medium
 
   * Don't build executables with RTS -N; most of


=====================================
p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-prettyprinter-convert-ansi-wl-pprint (1.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 09:55:01 +0300
+
 haskell-prettyprinter-convert-ansi-wl-pprint (1.1-5) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/no-N.patch
=====================================
@@ -1,6 +1,8 @@
---- haskell-prettyprinter-convert-ansi-wl-pprint-1.1.orig/prettyprinter-convert-ansi-wl-pprint.cabal
-+++ haskell-prettyprinter-convert-ansi-wl-pprint-1.1/prettyprinter-convert-ansi-wl-pprint.cabal
-@@ -43,7 +43,7 @@ test-suite doctest
+Index: b/prettyprinter-convert-ansi-wl-pprint.cabal
+===================================================================
+--- a/prettyprinter-convert-ansi-wl-pprint.cabal
++++ b/prettyprinter-convert-ansi-wl-pprint.cabal
+@@ -48,7 +48,7 @@ test-suite doctest
      build-depends:
            base    >= 4.7 && < 5
          , doctest >= 0.9


=====================================
p/haskell-quickcheck-instances/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-quickcheck-instances (0.3.23-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 09:55:53 +0300
+
 haskell-quickcheck-instances (0.3.22-2) unstable; urgency=medium
 
   * Patch for newer dependencies.


=====================================
p/haskell-quickcheck-instances/debian/control
=====================================
@@ -14,13 +14,13 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.13.2),
  libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
- libghc-base-compat-dev (>= 0.9.3),
+ libghc-base-compat-dev (>= 0.10.5),
  libghc-base-compat-dev (<< 0.12),
  libghc-base-compat-prof,
  libghc-case-insensitive-dev (>= 1.2.0.4),
  libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-prof,
- libghc-hashable-dev (>= 1.2.5.0),
+ libghc-hashable-dev (>= 1.2.7.0),
  libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-old-time-dev (>= 1.1.0.0),
@@ -30,15 +30,18 @@ Build-Depends:
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-prof,
  libghc-splitmix-dev (>= 0.0.2),
- libghc-splitmix-dev (<< 0.1),
+ libghc-splitmix-dev (<< 0.2),
  libghc-splitmix-prof,
  libghc-tagged-dev (>= 0.8.5),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof,
+ libghc-these-dev (>= 1.1),
+ libghc-these-dev (<< 1.2),
+ libghc-these-prof,
  libghc-time-compat-dev (>= 1.9.2.2),
  libghc-time-compat-dev (<< 1.10),
  libghc-time-compat-prof,
- libghc-transformers-compat-dev (>= 0.5),
+ libghc-transformers-compat-dev (>= 0.6.5),
  libghc-transformers-compat-dev (<< 0.7),
  libghc-transformers-compat-prof,
  libghc-unordered-containers-dev (>= 0.2.2.0),
@@ -60,6 +63,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-scientific-doc,
  libghc-splitmix-doc,
  libghc-tagged-doc,
+ libghc-these-doc,
  libghc-time-compat-doc,
  libghc-transformers-compat-doc,
  libghc-unordered-containers-doc,


=====================================
p/haskell-quickcheck-instances/debian/patches/newer-deps
=====================================
@@ -1,18 +1,20 @@
+Index: b/quickcheck-instances.cabal
+===================================================================
 --- a/quickcheck-instances.cabal
 +++ b/quickcheck-instances.cabal
-@@ -68,12 +68,12 @@
-                        Test.QuickCheck.Instances.Void
-   Hs-Source-Dirs:      src
-   Build-depends:
--    base       >=4.5    && <4.13,
--    QuickCheck >=2.13.2 && <2.14,
-+    base       >=4.5    && <4.15,
-+    QuickCheck >=2.13.2 && <2.15,
-     splitmix   >=0.0.2  && <0.1,
+@@ -1,5 +1,6 @@
+ name:               quickcheck-instances
+ version:            0.3.23
++x-revision:         1
+ synopsis:           Common quickcheck instances
+ description:
+   QuickCheck instances.
+@@ -77,7 +78,7 @@ library
+   build-depends:
+       base        >=4.5    && <4.15
+     , QuickCheck  >=2.13.2 && <2.15
+-    , splitmix    >=0.0.2  && <0.1
++    , splitmix    >=0.0.2  && <0.2
  
-     array                >=0.4.0.0 && <0.6,
--    base-compat          >=0.9.3   && <0.11,
-+    base-compat          >=0.9.3   && <0.12,
-     bytestring           >=0.9.2.1 && <0.11,
-     case-insensitive     >=1.2.0.4 && <1.3,
-     containers           >=0.4.2.1 && <0.7,
+   build-depends:
+       array                 >=0.4.0.0 && <0.6


=====================================
p/haskell-these/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-these (1.1.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 19 Aug 2020 10:09:54 +0300
+
 haskell-these (1.0.1-3) unstable; urgency=medium
 
   * Patch in a Setup.hs.


=====================================
p/haskell-these/debian/control
=====================================
@@ -10,58 +10,16 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.15),
- libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.15),
- libghc-quickcheck2-prof,
- libghc-aeson-dev (>= 1.4.2.0),
- libghc-aeson-dev (<< 1.6),
- libghc-aeson-prof,
+ haskell-devscripts (>= 0.16),
  libghc-assoc-dev (>= 1),
  libghc-assoc-dev (<< 1.1),
  libghc-assoc-prof,
- libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.12),
- libghc-base-compat-prof,
  libghc-hashable-dev (>= 1.2.7.0),
  libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
- libghc-semigroupoids-dev (>= 5.3.2),
- libghc-semigroupoids-dev (<< 5.4),
- libghc-semigroupoids-prof,
- libghc-unordered-containers-dev (>= 0.2.8.0),
- libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.12.0.2),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof,
- libghc-vector-instances-dev (>= 3.4),
- libghc-vector-instances-dev (<< 3.5),
- libghc-vector-instances-prof,
- libghc-quickcheck2-dev,
- libghc-aeson-dev,
- libghc-base-compat-dev,
- libghc-bifunctors-dev,
- libghc-hashable-dev,
- libghc-lens-dev,
- libghc-quickcheck-instances-dev (>= 0.3.15),
- libghc-quickcheck-instances-dev (<< 0.4),
- libghc-quickcheck-instances-prof,
- libghc-tasty-dev (>= 1.2),
- libghc-tasty-dev (<< 1.3),
- libghc-tasty-prof,
- libghc-tasty-quickcheck-dev (>= 0.10),
- libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof,
- libghc-unordered-containers-dev,
- libghc-vector-dev,
 Build-Depends-Indep: ghc-doc,
- libghc-aeson-doc,
  libghc-assoc-doc,
- libghc-base-compat-doc,
  libghc-hashable-doc,
- libghc-semigroupoids-doc,
- libghc-unordered-containers-doc,
 Standards-Version: 4.5.0
 Homepage: https://github.com/isomorphism/these
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-these


=====================================
p/haskell-these/debian/patches/newer-deps deleted
=====================================
@@ -1,33 +0,0 @@
---- a/these.cabal
-+++ b/these.cabal
-@@ -72,13 +72,13 @@
- 
-   -- ghc boot libs
-   build-depends:
--      base     >=4.5.1.0 && <4.13
-+      base     >=4.5.1.0 && <5
-     , binary   >=0.5.1.0 && <0.10
-     , deepseq  >=1.3.0.0 && <1.5
- 
-   -- other dependencies
-   build-depends:
--      base-compat  >=0.10.5  && <0.11
-+      base-compat  >=0.10.5  && <0.12
-     , hashable     >=1.2.7.0 && <1.4
- 
-   if impl(ghc <7.5)
-@@ -99,7 +99,7 @@
- 
-   if flag(aeson)
-     build-depends:
--        aeson                 >=1.4.2.0 && <1.5
-+        aeson                 >=1.4.2.0 && <1.6
-       , unordered-containers  >=0.2.8.0 && <0.3
- 
-   if flag(assoc)
-@@ -109,4 +109,4 @@
-     build-depends: semigroupoids >=5.3.2 && <5.4
- 
-   if flag(quickcheck)
--    build-depends: QuickCheck >=2.12.6.1 && <2.14
-+    build-depends: QuickCheck >=2.12.6.1 && <2.15


=====================================
p/haskell-these/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-setup-hs
-newer-deps


=====================================
p/haskell-these/debian/patches/setup-hs deleted
=====================================
@@ -1,6 +0,0 @@
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,3 @@
-+import Distribution.Simple
-+
-+main = defaultMain



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a106eba73ac59426bc7bdd52a97f91df02acec84...6d6a9336510c21cfdacefe150df2c35bde0dceaf

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a106eba73ac59426bc7bdd52a97f91df02acec84...6d6a9336510c21cfdacefe150df2c35bde0dceaf
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/20200819/2004a5a6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list