[Git][haskell-team/DHG_packages][master] binary-instances: Upgrading from 1.0.0.1 to 1.0.2

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 26 08:00:39 BST 2022



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


Commits:
f6bb3558 by Ilias Tsitsimpis at 2022-07-26T09:59:22+03:00
binary-instances: Upgrading from 1.0.0.1 to 1.0.2

- - - - -


4 changed files:

- p/haskell-binary-instances/debian/changelog
- p/haskell-binary-instances/debian/control
- − p/haskell-binary-instances/debian/patches/disable-broken-test
- − p/haskell-binary-instances/debian/patches/series


Changes:

=====================================
p/haskell-binary-instances/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-binary-instances (1.0.0.1-4) UNRELEASED; urgency=medium
+haskell-binary-instances (1.0.2-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:32:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 26 Jul 2022 09:54:01 +0300
 
 haskell-binary-instances (1.0.0.1-3) unstable; urgency=medium
 


=====================================
p/haskell-binary-instances/debian/control
=====================================
@@ -8,10 +8,8 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 1.5),
- libghc-aeson-prof (>= 0.7.0.6),
- libghc-aeson-prof (<< 1.5),
+ libghc-aeson-dev (>= 0),
+ libghc-aeson-prof (>= 0),
  libghc-binary-orphans-dev (>= 1.0.1),
  libghc-binary-orphans-dev (<< 1.1),
  libghc-binary-orphans-prof (>= 1.0.1),
@@ -34,9 +32,8 @@ Build-Depends: debhelper (>= 10),
  libghc-tagged-prof (<< 0.8.7),
  libghc-text-binary-dev (>= 0.2.1.1),
  libghc-text-binary-dev (<< 0.3),
- libghc-text-binary-prof (>= 0.2.1.1),
- libghc-text-binary-prof (<< 0.3),
- libghc-time-compat-dev (>= 1.9.2.2),
+ libghc-text-binary-prof (>= 0),
+ libghc-time-compat-dev (>= 1.9.4),
  libghc-time-compat-dev (<< 1.10),
  libghc-time-compat-prof (>= 1.9.2.2),
  libghc-time-compat-prof (<< 1.10),
@@ -53,16 +50,11 @@ Build-Depends: debhelper (>= 10),
  libghc-vector-binary-instances-prof (>= 0.2.1.0),
  libghc-vector-binary-instances-prof (<< 0.3),
  libghc-quickcheck2-dev (>= 2.13.1),
- libghc-quickcheck2-dev (<< 2.14),
- libghc-quickcheck2-prof (>= 2.13.1),
- libghc-quickcheck2-prof (<< 2.14),
- libghc-aeson-dev,
- libghc-aeson-prof,
- libghc-case-insensitive-dev,
- libghc-case-insensitive-prof,
- libghc-hashable-dev,
- libghc-hashable-prof,
- libghc-quickcheck-instances-dev (>= 0.3.21),
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof (>= 0),
+ libghc-case-insensitive-dev (>= 0),
+ libghc-hashable-dev (>= 0),
+ libghc-quickcheck-instances-dev (>= 0.3.25),
  libghc-quickcheck-instances-dev (<< 0.4),
  libghc-quickcheck-instances-prof (>= 0.3.21),
  libghc-quickcheck-instances-prof (<< 0.4),
@@ -71,9 +63,8 @@ Build-Depends: debhelper (>= 10),
  libghc-tagged-dev,
  libghc-tagged-prof,
  libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-dev (<< 1.3),
- libghc-tasty-prof (>= 0.10.1.2),
- libghc-tasty-prof (<< 1.3),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof (>= 0),
  libghc-tasty-quickcheck-dev (>= 0.8.3.2),
  libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-tasty-quickcheck-prof (>= 0.8.3.2),
@@ -97,7 +88,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
  libghc-vector-binary-instances-doc,
 Standards-Version: 4.6.1
-Homepage: https://github.com/phadej/binary-instances#readme
+Homepage: https://github.com/haskellari/binary-instances#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-instances
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
 X-Description: orphan instances for binary
  This library defines orphan Binary instances for types in some
  popular packages: aeson, case-insensitive, hashable, scientific,


=====================================
p/haskell-binary-instances/debian/patches/disable-broken-test deleted
=====================================
@@ -1,18 +0,0 @@
-Description: Disable broken test
- The "CI Text" is known to fail due to a deficiency in the text library[1].
- Please re-enable this test once text has been fixed.
- .
- [1] https://github.com/haskell/text/issues/277
-Bug: https://github.com/phadej/binary-instances/issues/7
-
---- a/test/Tests.hs
-+++ b/test/Tests.hs
-@@ -49,7 +49,7 @@
-     , roundtripProperty (undefined :: Time.TimeZone)
-     , roundtripProperty (undefined :: Time.UTCTime)
-     -- case-insensitive & text
--    , roundtripProperty (undefined :: (CI Text))
-+    --, roundtripProperty (undefined :: (CI Text))
-     -- semigroups / monoids
-     , roundtripProperty (undefined :: (Sum Int))
-     -- tagged


=====================================
p/haskell-binary-instances/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-disable-broken-test



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f6bb3558ce5c2c7a76f86dd151dcbc70243b6164
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/20220726/1bf88a35/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list