[DHG_packages] 01/03: http-types: patch doctest paths

Clint Adams clint at moszumanska.debian.org
Tue Jan 12 03:06:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 4ed2997d13c54882b15623dc3f76b281aae735a9
Author: Clint Adams <clint at debian.org>
Date:   Mon Jan 11 20:29:08 2016 -0500

    http-types: patch doctest paths
---
 p/haskell-http-types/debian/changelog                |  6 ++++++
 p/haskell-http-types/debian/patches/fix-doctest.diff | 14 ++++++++++++++
 p/haskell-http-types/debian/patches/series           |  1 +
 3 files changed, 21 insertions(+)

diff --git a/p/haskell-http-types/debian/changelog b/p/haskell-http-types/debian/changelog
index af8379f..a97900f 100644
--- a/p/haskell-http-types/debian/changelog
+++ b/p/haskell-http-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-types (0.9-2) unstable; urgency=medium
+
+  * Patch doctest paths.
+
+ -- Clint Adams <clint at debian.org>  Mon, 11 Jan 2016 20:28:51 -0500
+
 haskell-http-types (0.9-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-http-types/debian/patches/fix-doctest.diff b/p/haskell-http-types/debian/patches/fix-doctest.diff
new file mode 100644
index 0000000..151673c
--- /dev/null
+++ b/p/haskell-http-types/debian/patches/fix-doctest.diff
@@ -0,0 +1,14 @@
+--- a/test/doctests.hs
++++ b/test/doctests.hs
+@@ -4,9 +4,9 @@
+ 
+ main :: IO ()
+ main = doctest [
+-    "-idist/build/autogen/"
++    "-idist-ghc/build/autogen/"
+   , "-optP-include"
+-  , "-optPdist/build/autogen/cabal_macros.h"
++  , "-optPdist-ghc/build/autogen/cabal_macros.h"
+   , "-XOverloadedStrings"
+   , "Network/HTTP/Types.hs"
+   ]
diff --git a/p/haskell-http-types/debian/patches/series b/p/haskell-http-types/debian/patches/series
new file mode 100644
index 0000000..5b2011a
--- /dev/null
+++ b/p/haskell-http-types/debian/patches/series
@@ -0,0 +1 @@
+fix-doctest.diff

-- 
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