[package-plan] 01/01: Fix no-nats patch for binary-tagged
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Tue Dec 6 14:33:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository package-plan.
commit 27e658168c32a29f04aedf9c4b358a72aae11fb7
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Tue Dec 6 16:17:59 2016 +0200
Fix no-nats patch for binary-tagged
Hackage metadata for binary-tagged-0.1.4.1 have been updated (Changed
the library component's dependency on generics-sop from `>=0.1 && <0.3'
to `>=0.1 && <0.2.3.0').
---
patches/binary-tagged/0.1.4.1/no-nats | 48 +++++++++++++++++------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/patches/binary-tagged/0.1.4.1/no-nats b/patches/binary-tagged/0.1.4.1/no-nats
index 7c50330..03160f0 100644
--- a/patches/binary-tagged/0.1.4.1/no-nats
+++ b/patches/binary-tagged/0.1.4.1/no-nats
@@ -1,26 +1,26 @@
--- a/binary-tagged.cabal
+++ b/binary-tagged.cabal
-@@ -39,7 +39,6 @@ library
- , 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 @@ test-suite binary-tagged-test
- , 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 @@ benchmark binary-tagged-bench
- , 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
+@@ -40,7 +40,6 @@
+ , containers >=0.5 && <0.6
+ , generics-sop >=0.1 && <0.2.3.0
+ , hashable >=1.2 && <1.3
+- , nats >=1 && <1.2
+ , scientific >=0.3 && <0.4
+ , SHA >=1.6 && <1.7
+ , semigroups >=0.16 && <0.19
+@@ -69,7 +68,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
+@@ -106,7 +104,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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list