[Git][haskell-team/DHG_packages][master] cborg: Upgrading from 0.2.4.0 to 0.2.7.0
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 26 08:06:24 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7f845d91 by Ilias Tsitsimpis at 2022-07-26T10:04:44+03:00
cborg: Upgrading from 0.2.4.0 to 0.2.7.0
- - - - -
5 changed files:
- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/control
- − p/haskell-cborg/debian/patches/fix-32bits
- p/haskell-cborg/debian/patches/no-rts-N
- p/haskell-cborg/debian/patches/series
Changes:
=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cborg (0.2.4.0-2) UNRELEASED; urgency=medium
+haskell-cborg (0.2.7.0-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:06 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 26 Jul 2022 10:01:35 +0300
haskell-cborg (0.2.4.0-1) unstable; urgency=medium
=====================================
p/haskell-cborg/debian/control
=====================================
@@ -18,24 +18,24 @@ Build-Depends: debhelper (>= 10),
libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-aeson-dev (>= 0.7),
- libghc-aeson-dev (<< 1.6),
- libghc-aeson-prof,
- libghc-base-orphans-dev,
- libghc-base-orphans-prof,
- libghc-base16-bytestring-dev (>= 0.1),
- libghc-base16-bytestring-dev (<< 0.2),
- libghc-base16-bytestring-prof,
+ libghc-aeson-dev (<< 2.1),
+ libghc-aeson-prof (>= 0),
+ libghc-base-orphans-dev (>= 0),
+ libghc-base-orphans-prof (>= 0),
+ libghc-base16-bytestring-dev (>= 1.0),
+ libghc-base16-bytestring-dev (<< 1.1),
+ libghc-base16-bytestring-prof (>= 0),
libghc-base64-bytestring-dev (>= 1.0),
- libghc-base64-bytestring-dev (<< 1.2),
- libghc-base64-bytestring-prof,
- libghc-random-dev,
- libghc-random-prof,
+ libghc-base64-bytestring-dev (<< 1.3),
+ libghc-base64-bytestring-prof (>= 0),
+ libghc-random-dev (>= 0),
+ libghc-random-prof (>= 0),
libghc-scientific-dev (>= 0.3),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.4),
- libghc-tasty-prof,
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof (>= 0),
libghc-tasty-hunit-dev (>= 0.9),
libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-hunit-prof,
@@ -49,6 +49,9 @@ Build-Depends-Indep: ghc-doc,
libghc-half-doc,
libghc-primitive-doc,
Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/cborg
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cborg
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cborg]
X-Description: Concise Binary Object Representation
This package provides an efficient implementation of the Concise
Binary Object Representation (CBOR), as specified by RFC 7049.
=====================================
p/haskell-cborg/debian/patches/fix-32bits deleted
=====================================
@@ -1,18 +0,0 @@
-Description: Fix FTBFS on 32-bit systems
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Bug: https://github.com/well-typed/cborg/issues/244
-Bug-Debian: https://bugs.debian.org/964844
-
-Index: b/src/Codec/CBOR/FlatTerm.hs
-===================================================================
---- a/src/Codec/CBOR/FlatTerm.hs
-+++ b/src/Codec/CBOR/FlatTerm.hs
-@@ -250,7 +250,7 @@ decodeTermToken = do
-
- TypeTag -> do !x <- decodeTag
- return $! TkTag (fromIntegral x)
-- TypeTag64 -> do !x <- decodeTag
-+ TypeTag64 -> do !x <- decodeTag64
- return $! TkTag (fromIntegral x)
-
- TypeBool -> do !x <- decodeBool
=====================================
p/haskell-cborg/debian/patches/no-rts-N
=====================================
@@ -1,6 +1,8 @@
+Index: b/cborg.cabal
+===================================================================
--- a/cborg.cabal
+++ b/cborg.cabal
-@@ -111,7 +111,7 @@
+@@ -125,7 +125,7 @@ test-suite tests
default-language: Haskell2010
ghc-options:
-Wall -fno-warn-orphans
=====================================
p/haskell-cborg/debian/patches/series
=====================================
@@ -1,2 +1 @@
no-rts-N
-fix-32bits
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f845d91249d7dc4a3320bf09d5acde061fc268a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f845d91249d7dc4a3320bf09d5acde061fc268a
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/6ea73938/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list