[Git][haskell-team/DHG_packages][master] cborg: Upgrading from 0.2.1.0 to 0.2.3.0

Clint Adams gitlab at salsa.debian.org
Tue Jun 2 00:09:46 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
9787aef6 by Clint Adams at 2020-06-01T19:09:26-04:00
cborg: Upgrading from 0.2.1.0 to 0.2.3.0

- - - - -


5 changed files:

- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/control
- − p/haskell-cborg/debian/patches/fix-x32-build
- − p/haskell-cborg/debian/patches/newer-deps
- − p/haskell-cborg/debian/patches/series


Changes:

=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cborg (0.2.3.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 19:05:25 -0400
+
 haskell-cborg (0.2.1.0-4) unstable; urgency=medium
 
   * Run tests only on amd64 arm64 i386 and ppc64el, they fail for the RTS


=====================================
p/haskell-cborg/debian/control
=====================================
@@ -12,11 +12,10 @@ Build-Depends: debhelper (>= 10),
  libghc-half-dev (<< 0.4),
  libghc-half-prof,
  libghc-primitive-dev (>= 0.5),
- libghc-primitive-dev (<< 0.7),
- libghc-primitive-prof (>= 0.5),
- libghc-primitive-prof (<< 0.7),
+ libghc-primitive-dev (<< 0.8),
+ libghc-primitive-prof,
  libghc-quickcheck2-dev (>= 2.9) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.13) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
  libghc-aeson-dev (>= 0.7) <!nocheck>,
  libghc-aeson-dev (<< 1.5) <!nocheck>,
  libghc-base16-bytestring-dev (>= 0.1) <!nocheck>,
@@ -29,7 +28,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-half-doc,
  libghc-primitive-doc,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 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-x32-build deleted
=====================================
@@ -1,13 +0,0 @@
-https://github.com/well-typed/cborg/commit/bd923f78bb0a2ba3fb1593a4c9267fe4eafe95cd
-
---- a/src/Codec/CBOR/Magic.hs
-+++ b/src/Codec/CBOR/Magic.hs
-@@ -104,7 +104,7 @@
- 
- import qualified Numeric.Half as Half
- 
--#if !defined(HAVE_BYTESWAP_PRIMOPS) || !defined(MEM_UNALIGNED_OPS)
-+#if !defined(HAVE_BYTESWAP_PRIMOPS) || !defined(MEM_UNALIGNED_OPS) || !defined(OPTIMIZE_GMP)
- import           Data.Bits ((.|.), unsafeShiftL)
- #endif
- 


=====================================
p/haskell-cborg/debian/patches/newer-deps deleted
=====================================
@@ -1,24 +0,0 @@
---- a/cborg.cabal
-+++ b/cborg.cabal
-@@ -96,7 +96,7 @@
-     ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
-   else
-     -- provide/emulate `Control.Monad.Fail` and `Data.Semigroups` API for pre-GHC8
--    build-depends: fail == 4.9.*, semigroups == 0.18.*
-+    build-depends: semigroups == 0.18.*
- 
- test-suite tests
-   type:              exitcode-stdio-1.0
-@@ -130,11 +130,10 @@
-     base64-bytestring       >= 1.0     && < 1.1,
-     base16-bytestring       >= 0.1     && < 0.2,
-     deepseq                 >= 1.0     && < 1.5,
--    fail                    >= 4.9.0.0 && < 4.10,
-     half                    >= 0.2.2.3 && < 0.4,
-     QuickCheck              >= 2.9     && < 2.13,
-     scientific              >= 0.3     && < 0.4,
--    tasty                   >= 0.11    && < 1.2,
-+    tasty                   >= 0.11    && < 1.3,
-     tasty-hunit             >= 0.9     && < 0.11,
-     tasty-quickcheck        >= 0.8     && < 0.11,
-     vector                  >= 0.10    && < 0.13


=====================================
p/haskell-cborg/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-newer-deps
-fix-x32-build



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9787aef68a1b25e601efee96403abb71998c0f54
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/20200601/eb972c75/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list