[Pkg-haskell-commits] darcs: haskell-lens: Second try: Detect threaded runtime using ghc --info (and centrally in haskell-devscripts)
Joachim Breitner
mail at joachim-breitner.de
Sat Jun 6 19:26:24 UTC 2015
Sat Jun 6 19:05:07 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Second try: Detect threaded runtime using ghc --info (and centrally in haskell-devscripts)
M ./changelog +7
M ./control -1 +1
M ./rules -1 +1
Sat Jun 6 19:05:07 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Second try: Detect threaded runtime using ghc --info (and centrally in haskell-devscripts)
diff -rN -u old-haskell-lens/changelog new-haskell-lens/changelog
--- old-haskell-lens/changelog 2015-06-06 19:26:24.017472706 +0000
+++ new-haskell-lens/changelog 2015-06-06 19:26:24.021472784 +0000
@@ -1,3 +1,10 @@
+haskell-lens (4.6.0.1-6) UNRELEASED; urgency=medium
+
+ * Second try: Detect threaded runtime using ghc --info
+ (and centrally in haskell-devscripts)
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 06 Jun 2015 20:57:19 +0200
+
haskell-lens (4.6.0.1-5) unstable; urgency=medium
* Detect availability of threaded runtime via libHSrts_thr.a. Thanks to
diff -rN -u old-haskell-lens/control new-haskell-lens/control
--- old-haskell-lens/control 2015-06-06 19:26:24.017472706 +0000
+++ new-haskell-lens/control 2015-06-06 19:26:24.017472706 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.9)
+ , haskell-devscripts (>= 0.9.7)
, cdbs
, ghc
, ghc-prof
diff -rN -u old-haskell-lens/rules new-haskell-lens/rules
--- old-haskell-lens/rules 2015-06-06 19:26:24.017472706 +0000
+++ new-haskell-lens/rules 2015-06-06 19:26:24.021472784 +0000
@@ -13,7 +13,7 @@
DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-hlint
-ifeq ($(shell if [ ! -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a ]; then echo 0; fi),0)
+ifeq ($GHC_HAS_SMP,no)
# Disable tests that require SMP.
DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-hunit -f-test-properties
endif
More information about the Pkg-haskell-commits
mailing list