[Pkg-haskell-commits] darcs: darcs: Use hlibrary.setup instead of runhaskell

Iain Lane laney at debian.org
Mon Oct 10 10:46:15 UTC 2011


Mon Oct 10 10:29:09 UTC 2011  Iain Lane <laney at debian.org>
  * Use hlibrary.setup instead of runhaskell
  Ignore-this: f409a4d1620a78aaa6a9355e800e9f23

    M ./changelog +6
    M ./rules -2 +1

Mon Oct 10 10:29:09 UTC 2011  Iain Lane <laney at debian.org>
  * Use hlibrary.setup instead of runhaskell
  Ignore-this: f409a4d1620a78aaa6a9355e800e9f23
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2011-10-10 10:46:15.271834664 +0000
+++ new-darcs//changelog	2011-10-10 10:46:15.399829208 +0000
@@ -1,3 +1,9 @@
+darcs (2.5.2-6) UNRELEASED; urgency=low
+
+  * Use hlibrary.setup instead of runhaskell
+
+ -- Iain Lane <laney at debian.org>  Mon, 10 Oct 2011 11:28:47 +0100
+
 darcs (2.5.2-5) unstable; urgency=low
 
   * Remove test-issue1763-use-tmpdir: failed to work
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2011-10-10 10:46:15.271834664 +0000
+++ new-darcs//rules	2011-10-10 10:46:15.387833466 +0000
@@ -9,8 +9,7 @@
 
 common-binary-post-install-arch::
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#	$(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
-	runhaskell Setup.lhs --builddir=dist-ghc test
+	$(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
 endif
 
 binary-post-install/darcs::





More information about the Pkg-haskell-commits mailing list