[DHG_packages] 09/34: shake: Bump bounds for newer process
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit b3fd44cb864b338e1c7fccf143c4af079ed5781d
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Wed Jan 25 21:20:13 2017 +0200
shake: Bump bounds for newer process
---
p/haskell-shake/debian/changelog | 6 ++++++
p/haskell-shake/debian/patches/newer-process | 18 ++++++++++++++++++
p/haskell-shake/debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index 892fe59..15ae1e5 100644
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -1,3 +1,9 @@
+haskell-shake (0.15.10+dfsg-3) unstable; urgency=medium
+
+ * Bump bounds for newer process, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Wed, 25 Jan 2017 19:06:52 +0200
+
haskell-shake (0.15.10+dfsg-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-shake/debian/patches/newer-process b/p/haskell-shake/debian/patches/newer-process
new file mode 100644
index 0000000..d2ae7a9
--- /dev/null
+++ b/p/haskell-shake/debian/patches/newer-process
@@ -0,0 +1,18 @@
+Description: Bump bounds for newer process
+ Bump bounds for process 1.4.3.0, shipped with ghc-8.0.2.
+Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
+Origin: no
+
+Index: b/src/General/Process.hs
+===================================================================
+--- a/src/General/Process.hs
++++ b/src/General/Process.hs
+@@ -17,7 +17,7 @@ import Foreign.C.Error
+ import System.Exit
+ import System.IO.Extra
+ import System.Info.Extra
+-import System.Process
++import System.Process hiding (withCreateProcess)
+ import System.Time.Extra
+ import Data.Unique
+ import Data.IORef
diff --git a/p/haskell-shake/debian/patches/series b/p/haskell-shake/debian/patches/series
new file mode 100644
index 0000000..86311df
--- /dev/null
+++ b/p/haskell-shake/debian/patches/series
@@ -0,0 +1 @@
+newer-process
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list