Commit 0ded245e authored by Clint Adams's avatar Clint Adams
Browse files

binary-tagged: Upgrading from 0.1.4.2 to 0.1.5

parent 12a789c8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
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@debian.org>  Sun, 06 May 2018 22:09:17 -0400
 -- Clint Adams <clint@debian.org>  Sun, 10 Jun 2018 16:56:10 -0400

haskell-binary-tagged (0.1.4.2-3) unstable; urgency=medium

+21 −15
Original line number Diff line number Diff line
@@ -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.
+0 −92
Original line number Diff line number Diff line
--- 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
+0 −26
Original line number Diff line number Diff line
--- 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
+0 −2
Original line number Diff line number Diff line
no-nats
newer-deps-from-hackage