[Git][haskell-team/DHG_packages][master] irc-core: patch for newer base
Clint Adams
gitlab at salsa.debian.org
Mon Oct 22 22:26:23 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
98ecee69 by Clint Adams at 2018-10-22T21:25:32Z
irc-core: patch for newer base
- - - - -
3 changed files:
- p/haskell-irc-core/debian/changelog
- + p/haskell-irc-core/debian/patches/newer-deps
- + p/haskell-irc-core/debian/patches/series
Changes:
=====================================
p/haskell-irc-core/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-irc-core (2.3.0-5) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Mon, 22 Oct 2018 17:18:26 -0400
+
haskell-irc-core (2.3.0-4) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
=====================================
p/haskell-irc-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/irc-core.cabal
++++ b/irc-core.cabal
+@@ -33,7 +33,7 @@
+ Irc.UserInfo
+ other-modules: View
+
+- build-depends: base >=4.9 && <4.11,
++ build-depends: base >=4.9 && <5,
+ base64-bytestring >= 1.0.0.1 && <1.1,
+ attoparsec >=0.13 && <0.14,
+ bytestring >=0.10 && <0.11,
=====================================
p/haskell-irc-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/98ecee6963a4f3a9f49dc61a3ef541a14e1aae72
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/98ecee6963a4f3a9f49dc61a3ef541a14e1aae72
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/20181022/40deb05e/attachment.html>
More information about the Pkg-haskell-commits
mailing list