[Git][haskell-team/DHG_packages][master] echo: patch for newer process
Clint Adams
gitlab at salsa.debian.org
Thu Apr 12 14:47:02 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c2200b20 by Clint Adams at 2018-04-12T10:46:34-04:00
echo: patch for newer process
- - - - -
3 changed files:
- p/haskell-echo/debian/changelog
- + p/haskell-echo/debian/patches/newer-process
- + p/haskell-echo/debian/patches/series
Changes:
=====================================
p/haskell-echo/debian/changelog
=====================================
--- a/p/haskell-echo/debian/changelog
+++ b/p/haskell-echo/debian/changelog
@@ -1,3 +1,9 @@
+haskell-echo (0.1.3-3) unstable; urgency=medium
+
+ * Patch for newer process.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Apr 2018 10:45:57 -0400
+
haskell-echo (0.1.3-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-echo/debian/patches/newer-process
=====================================
--- /dev/null
+++ b/p/haskell-echo/debian/patches/newer-process
@@ -0,0 +1,11 @@
+--- a/echo.cabal
++++ b/echo.cabal
+@@ -39,7 +39,7 @@
+ System.IO.Echo.Internal
+
+ build-depends: base >= 4.3 && < 5
+- , process >= 1.0.1.1 && < 1.5
++ , process >= 1.0.1.1 && < 1.7
+ if os(windows)
+ cpp-options: "-DWINDOWS"
+ build-depends: mintty >= 0.1 && < 0.2
=====================================
p/haskell-echo/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-echo/debian/patches/series
@@ -0,0 +1 @@
+newer-process
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c2200b207bba99f0ba38f13fb37eaf62157eabfc
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c2200b207bba99f0ba38f13fb37eaf62157eabfc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180412/1ad9c1ba/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list