[DHG_packages] 01/01: aeson: fix path to libHSrts_thr.a
Clint Adams
clint at moszumanska.debian.org
Tue Jun 27 23:36:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 67ee2ecee6291c4611600fc201e25f8e95ee92d6
Author: Clint Adams <clint at debian.org>
Date: Tue Jun 27 19:34:56 2017 -0400
aeson: fix path to libHSrts_thr.a
---
p/haskell-aeson/debian/changelog | 6 ++++++
p/haskell-aeson/debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index 0c92c08..226cb56 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (0.11.3.0-2) unstable; urgency=medium
+
+ * Fix path to libHSrts_thr.a.
+
+ -- Clint Adams <clint at debian.org> Tue, 27 Jun 2017 19:34:36 -0400
+
haskell-aeson (0.11.3.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-aeson/debian/rules b/p/haskell-aeson/debian/rules
index 585496a..a0dfb74 100755
--- a/p/haskell-aeson/debian/rules
+++ b/p/haskell-aeson/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
-DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a || echo --flags=-threaded)
+DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
include /usr/share/cdbs/1/rules/debhelper.mk
--
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