[Git][haskell-team/DHG_packages][master] gitlib: patch for no conduit-combinators
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 20:56:04 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0eededa9 by Clint Adams at 2018-04-15T15:55:24-04:00
gitlib: patch for no conduit-combinators
- - - - -
4 changed files:
- p/haskell-gitlib/debian/changelog
- p/haskell-gitlib/debian/control
- + p/haskell-gitlib/debian/patches/no-conduit-combinators
- + p/haskell-gitlib/debian/patches/series
Changes:
=====================================
p/haskell-gitlib/debian/changelog
=====================================
--- a/p/haskell-gitlib/debian/changelog
+++ b/p/haskell-gitlib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-gitlib (3.1.1-5) unstable; urgency=medium
+
+ * Patch for no conduit-combinators.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 15:54:59 -0400
+
haskell-gitlib (3.1.1-4) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-gitlib/debian/control
=====================================
--- a/p/haskell-gitlib/debian/control
+++ b/p/haskell-gitlib/debian/control
@@ -12,8 +12,6 @@ Build-Depends:
haskell-devscripts (>= 0.13),
libghc-base16-bytestring-dev (>= 0.1.1.5),
libghc-base16-bytestring-prof,
- libghc-conduit-combinators-dev (>= 1),
- libghc-conduit-combinators-prof,
libghc-conduit-dev (>= 1.1.0),
libghc-conduit-prof,
libghc-exceptions-dev (>= 0.5),
@@ -41,7 +39,6 @@ Build-Depends:
Build-Depends-Indep:
ghc-doc,
libghc-base16-bytestring-doc,
- libghc-conduit-combinators-doc,
libghc-conduit-doc,
libghc-exceptions-doc,
libghc-hashable-doc,
=====================================
p/haskell-gitlib/debian/patches/no-conduit-combinators
=====================================
--- /dev/null
+++ b/p/haskell-gitlib/debian/patches/no-conduit-combinators
@@ -0,0 +1,10 @@
+--- a/gitlib.cabal
++++ b/gitlib.cabal
+@@ -43,7 +43,6 @@
+ , base16-bytestring >= 0.1.1.5
+ , bytestring >= 0.9.2.1
+ , conduit >= 1.1.0
+- , conduit-combinators >= 1
+ , containers >= 0.4.2.1
+ , directory >= 1.1.0.2
+ , exceptions >= 0.5
=====================================
p/haskell-gitlib/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-gitlib/debian/patches/series
@@ -0,0 +1 @@
+no-conduit-combinators
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0eededa9ec73577da08f3fea3b75b638b4a66814
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0eededa9ec73577da08f3fea3b75b638b4a66814
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/20180415/fa22f796/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list