[Pkg-haskell-commits] darcs: haskell-path-pieces: Fix condition for running the test suite to work with GHC 7.8.
Colin Watson
cjwatson at debian.org
Sat May 9 16:53:47 UTC 2015
Sat May 9 16:48:32 UTC 2015 Colin Watson <cjwatson at debian.org>
* Fix condition for running the test suite to work with GHC 7.8.
M ./changelog +6
M ./rules -1 +1
Sat May 9 16:48:32 UTC 2015 Colin Watson <cjwatson at debian.org>
* Fix condition for running the test suite to work with GHC 7.8.
diff -rN -u old-haskell-path-pieces/changelog new-haskell-path-pieces/changelog
--- old-haskell-path-pieces/changelog 2015-05-09 16:53:47.433977726 +0000
+++ new-haskell-path-pieces/changelog 2015-05-09 16:53:47.441977725 +0000
@@ -1,3 +1,9 @@
+haskell-path-pieces (0.1.4-4) UNRELEASED; urgency=medium
+
+ * Fix condition for running the test suite to work with GHC 7.8.
+
+ -- Colin Watson <cjwatson at debian.org> Sat, 09 May 2015 17:47:31 +0100
+
haskell-path-pieces (0.1.4-3) unstable; urgency=medium
* Upload to unstable
diff -rN -u old-haskell-path-pieces/rules new-haskell-path-pieces/rules
--- old-haskell-path-pieces/rules 2015-05-09 16:53:47.433977726 +0000
+++ new-haskell-path-pieces/rules 2015-05-09 16:53:47.437977726 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list