[Git][haskell-team/DHG_packages][master] binary-tagged: Upgrading from 0.1.4.2 to 0.1.5
Clint Adams
gitlab at salsa.debian.org
Sun Jun 10 21:59:50 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0ded245e by Clint Adams at 2018-06-10T16:59:22-04:00
binary-tagged: Upgrading from 0.1.4.2 to 0.1.5
- - - - -
5 changed files:
- p/haskell-binary-tagged/debian/changelog
- p/haskell-binary-tagged/debian/control
- − p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage
- − p/haskell-binary-tagged/debian/patches/no-nats
- − p/haskell-binary-tagged/debian/patches/series
Changes:
=====================================
p/haskell-binary-tagged/debian/changelog
=====================================
--- a/p/haskell-binary-tagged/debian/changelog
+++ b/p/haskell-binary-tagged/debian/changelog
@@ -1,8 +1,9 @@
-haskell-binary-tagged (0.1.4.2-4) UNRELEASED; urgency=medium
+haskell-binary-tagged (0.1.5-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
+ * New upstream release
- -- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:09:17 -0400
+ -- Clint Adams <clint at debian.org> Sun, 10 Jun 2018 16:56:10 -0400
haskell-binary-tagged (0.1.4.2-3) unstable; urgency=medium
=====================================
p/haskell-binary-tagged/debian/control
=====================================
--- a/p/haskell-binary-tagged/debian/control
+++ b/p/haskell-binary-tagged/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
libghc-sha-dev (<< 1.7),
libghc-sha-prof,
libghc-aeson-dev (>= 0.8),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.4),
libghc-aeson-prof,
libghc-base16-bytestring-dev (>= 0.1.1.6),
libghc-base16-bytestring-dev (<< 0.2),
@@ -28,18 +28,11 @@ Build-Depends:
libghc-hashable-dev (<< 1.3),
libghc-hashable-dev (>= 1.2),
libghc-hashable-prof,
- libghc-quickcheck-instances-dev,
- libghc-scientific-dev (<< 0.4),
libghc-scientific-dev (>= 0.3),
+ libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
- libghc-semigroups-dev (<< 0.19),
- libghc-semigroups-dev (>= 0.16),
- libghc-semigroups-prof,
- libghc-sha-dev (<< 1.7),
- libghc-sha-dev (>= 1.6),
- libghc-sha-prof,
- libghc-tagged-dev (<< 0.9),
libghc-tagged-dev (>= 0.7),
+ libghc-tagged-dev (<< 0.9),
libghc-tagged-prof,
libghc-tasty-dev,
libghc-tasty-quickcheck-dev,
@@ -52,15 +45,28 @@ Build-Depends:
libghc-vector-dev (>= 0.10),
libghc-vector-dev (<< 0.13),
libghc-vector-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-sha-dev,
+ libghc-aeson-dev,
+ libghc-base16-bytestring-dev,
+ libghc-bifunctors-dev,
+ libghc-binary-orphans-dev,
+ libghc-generics-sop-dev,
+ libghc-hashable-dev,
+ libghc-quickcheck-instances-dev,
+ libghc-scientific-dev,
+ libghc-tagged-dev,
+ libghc-tasty-dev,
+ libghc-tasty-quickcheck-dev,
+ libghc-text-dev,
+ libghc-unordered-containers-dev,
+ libghc-vector-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-sha-doc,
libghc-aeson-doc,
libghc-base16-bytestring-doc,
libghc-generics-sop-doc,
libghc-hashable-doc,
libghc-scientific-doc,
- libghc-semigroups-doc,
- libghc-sha-doc,
libghc-tagged-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
@@ -69,7 +75,7 @@ Standards-Version: 4.1.4
Homepage: https://github.com/phadej/binary-tagged#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-tagged
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-binary-tagged]
-X-Description: Tagged binary serialisation.
+X-Description: tagged binary serialisation
Structurally tag binary serialisation stream. Library allows serialise and
deserialise record values with a structure tag, so if structure of record changes
between serialization and deserialisation, deserialisation will fail early.
=====================================
p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage deleted
=====================================
--- a/p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage
+++ /dev/null
@@ -1,92 +0,0 @@
---- a/binary-tagged.cabal
-+++ b/binary-tagged.cabal
-@@ -30,23 +30,23 @@
- src
- ghc-options: -Wall
- build-depends:
-- base >=4.7 && <4.10
-- , aeson >=0.8 && <1.1
-+ base >=4.7 && <4.12
-+ , aeson >=0.8 && <1.4
- , array >=0.5 && <0.6
- , base16-bytestring >=0.1.1.6 && <0.2
-- , binary >=0.7 && <0.9
-+ , binary >=0.7 && <0.10
- , bytestring >=0.10 && <0.11
- , containers >=0.5 && <0.6
-- , generics-sop >=0.1 && <0.3
-+ , generics-sop >=0.1 && <0.4
- , hashable >=1.2 && <1.3
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
- , tagged >=0.7 && <0.9
- , text >=1.2 && <1.3
-- , time >=1.4 && <1.7
-+ , time >=1.4 && <1.9
- , unordered-containers >=0.2 && <0.3
-- , vector >=0.10 && <0.12
-+ , vector >=0.10 && <0.13
- exposed-modules:
- Data.Binary.Tagged
- default-language: Haskell2010
-@@ -58,23 +58,23 @@
- test
- ghc-options: -Wall
- build-depends:
-- base >=4.7 && <4.10
-- , aeson >=0.8 && <1.1
-+ base >=4.7 && <4.12
-+ , aeson >=0.8 && <1.4
- , array >=0.5 && <0.6
- , base16-bytestring >=0.1.1.6 && <0.2
-- , binary >=0.7 && <0.9
-+ , binary >=0.7 && <0.10
- , bytestring >=0.10 && <0.11
- , containers >=0.5 && <0.6
-- , generics-sop >=0.1 && <0.3
-+ , generics-sop >=0.1 && <0.4
- , hashable >=1.2 && <1.3
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
- , tagged >=0.7 && <0.9
- , text >=1.2 && <1.3
-- , time >=1.4 && <1.7
-+ , time >=1.4 && <1.9
- , unordered-containers >=0.2 && <0.3
-- , vector >=0.10 && <0.12
-+ , vector >=0.10 && <0.13
- , binary-tagged
- , binary-orphans >=0.1.1
- , bifunctors
-@@ -94,23 +94,23 @@
- bench
- ghc-options: -Wall
- build-depends:
-- base >=4.7 && <4.10
-- , aeson >=0.8 && <1.1
-+ base >=4.7 && <4.11
-+ , aeson >=0.8 && <1.3
- , array >=0.5 && <0.6
- , base16-bytestring >=0.1.1.6 && <0.2
-- , binary >=0.7 && <0.9
-+ , binary >=0.7 && <0.10
- , bytestring >=0.10 && <0.11
- , containers >=0.5 && <0.6
-- , generics-sop >=0.1 && <0.3
-+ , generics-sop >=0.1 && <0.4
- , hashable >=1.2 && <1.3
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
- , tagged >=0.7 && <0.9
- , text >=1.2 && <1.3
-- , time >=1.4 && <1.7
-+ , time >=1.4 && <1.9
- , unordered-containers >=0.2 && <0.3
-- , vector >=0.10 && <0.12
-+ , vector >=0.10 && <0.13
- , binary-tagged
- , binary-orphans >=0.1.1
- , deepseq
=====================================
p/haskell-binary-tagged/debian/patches/no-nats deleted
=====================================
--- a/p/haskell-binary-tagged/debian/patches/no-nats
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/binary-tagged.cabal
-+++ b/binary-tagged.cabal
-@@ -39,7 +39,6 @@
- , containers >=0.5 && <0.6
- , generics-sop >=0.1 && <0.3
- , hashable >=1.2 && <1.3
-- , nats >=1 && <1.2
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
-@@ -68,7 +67,6 @@
- , containers >=0.5 && <0.6
- , generics-sop >=0.1 && <0.3
- , hashable >=1.2 && <1.3
-- , nats >=1 && <1.2
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
-@@ -105,7 +103,6 @@
- , containers >=0.5 && <0.6
- , generics-sop >=0.1 && <0.3
- , hashable >=1.2 && <1.3
-- , nats >=1 && <1.2
- , scientific >=0.3 && <0.4
- , SHA >=1.6 && <1.7
- , semigroups >=0.16 && <0.19
=====================================
p/haskell-binary-tagged/debian/patches/series deleted
=====================================
--- a/p/haskell-binary-tagged/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-no-nats
-newer-deps-from-hackage
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0ded245e257f515b32ed7ba30e8d5e32ba5d94c1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0ded245e257f515b32ed7ba30e8d5e32ba5d94c1
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/20180610/b3073a23/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list