[Git][haskell-team/DHG_packages][master] cborg: Upgrading from 0.2.0.0 to 0.2.1.0
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 03:27:35 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
fd5a31d3 by Clint Adams at 2019-07-27T02:27:17Z
cborg: Upgrading from 0.2.0.0 to 0.2.1.0
- - - - -
3 changed files:
- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/control
- p/haskell-cborg/debian/patches/newer-deps
Changes:
=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cborg (0.2.1.0-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Fri, 26 Jul 2019 22:25:45 -0400
+
haskell-cborg (0.2.0.0-1) unstable; urgency=low
* Initial release.
=====================================
p/haskell-cborg/debian/control
=====================================
@@ -10,8 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
libghc-half-dev (>= 0.2.2.3),
libghc-half-dev (<< 0.4),
- libghc-half-prof (>= 0.2.2.3),
- libghc-half-prof (<< 0.4),
+ libghc-half-prof,
libghc-primitive-dev (>= 0.5),
libghc-primitive-dev (<< 0.7),
libghc-primitive-prof (>= 0.5),
@@ -19,7 +18,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-half-doc,
libghc-primitive-doc,
-Standards-Version: 4.3.0
+Standards-Version: 4.4.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/newer-deps
=====================================
@@ -1,11 +1,19 @@
--- a/cborg.cabal
+++ b/cborg.cabal
-@@ -77,7 +77,7 @@
- bytestring >= 0.10.4 && < 0.11,
- containers >= 0.5 && < 0.6,
- ghc-prim >= 0.3 && < 0.6,
-- half >= 0.2.2.3 && < 0.3,
-+ half >= 0.2.2.3 && < 0.4,
- primitive >= 0.5 && < 0.7,
- text >= 1.1 && < 1.3
+@@ -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,7 +130,6 @@
+ 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,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fd5a31d3ba1e566b9f861b561c15cd7876eed249
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fd5a31d3ba1e566b9f861b561c15cd7876eed249
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/20190727/046c5eb4/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list