[Pkg-haskell-commits] darcs: haskell-lens: Adjust expected path to libHSrts_thr.a in order to re-enable the test suite.
Colin Watson
cjwatson at debian.org
Sat May 9 16:37:46 UTC 2015
Sat May 9 16:11:53 UTC 2015 Colin Watson <cjwatson at debian.org>
* Adjust expected path to libHSrts_thr.a in order to re-enable the test suite.
M ./changelog +7
M ./rules -1 +1
Sat May 9 16:11:53 UTC 2015 Colin Watson <cjwatson at debian.org>
* Adjust expected path to libHSrts_thr.a in order to re-enable the test suite.
diff -rN -u old-haskell-lens/changelog new-haskell-lens/changelog
--- old-haskell-lens/changelog 2015-05-09 16:37:46.586015924 +0000
+++ new-haskell-lens/changelog 2015-05-09 16:37:46.594015923 +0000
@@ -1,3 +1,10 @@
+haskell-lens (4.6.0.1-4) UNRELEASED; urgency=medium
+
+ * Adjust expected path to libHSrts_thr.a in order to re-enable the test
+ suite.
+
+ -- Colin Watson <cjwatson at debian.org> Sat, 09 May 2015 17:06:40 +0100
+
haskell-lens (4.6.0.1-3) unstable; urgency=medium
* Rebuild due to haskell-devscripts bug affecting the previous
diff -rN -u old-haskell-lens/rules new-haskell-lens/rules
--- old-haskell-lens/rules 2015-05-09 16:37:46.586015924 +0000
+++ new-haskell-lens/rules 2015-05-09 16:37:46.590015923 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/libHSrts_thr.a && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a && echo yes)
include /usr/share/cdbs/1/rules/buildvars.mk
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the Pkg-haskell-commits
mailing list