[DHG_packages] 01/01: HSH: hide isSymbolicLink from System.Directory import
Clint Adams
clint at moszumanska.debian.org
Wed Oct 19 23:50:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 148c107d26c1e7c5d844d93ea3a0cf3629b0e60d
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 19 19:46:59 2016 -0400
HSH: hide isSymbolicLink from System.Directory import
---
p/haskell-hsh/debian/changelog | 6 ++++++
p/haskell-hsh/debian/patches/newer-directory | 11 +++++++++++
p/haskell-hsh/debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/p/haskell-hsh/debian/changelog b/p/haskell-hsh/debian/changelog
index 9feed69..ce85f8b 100644
--- a/p/haskell-hsh/debian/changelog
+++ b/p/haskell-hsh/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hsh (2.1.2-5) experimental; urgency=medium
+
+ * Build with newer versions of directory.
+
+ -- Clint Adams <clint at debian.org> Wed, 19 Oct 2016 19:46:39 -0400
+
haskell-hsh (2.1.2-4) experimental; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-hsh/debian/patches/newer-directory b/p/haskell-hsh/debian/patches/newer-directory
new file mode 100644
index 0000000..4a69d5a
--- /dev/null
+++ b/p/haskell-hsh/debian/patches/newer-directory
@@ -0,0 +1,11 @@
+--- a/HSH/ShellEquivs.hs
++++ b/HSH/ShellEquivs.hs
+@@ -86,7 +86,7 @@
+ import Text.Regex (matchRegex, mkRegex)
+ import Text.Printf (printf)
+ import Control.Monad (foldM)
+-import System.Directory hiding (createDirectory)
++import System.Directory hiding (createDirectory, isSymbolicLink)
+ import qualified Control.Exception as E
+ -- import System.FilePath (splitPath)
+
diff --git a/p/haskell-hsh/debian/patches/series b/p/haskell-hsh/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-hsh/debian/patches/series
@@ -0,0 +1 @@
+newer-directory
--
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