summaryrefslogtreecommitdiff
path: root/p/haskell-aeson
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-06-27 19:34:56 -0400
committerClint Adams <clint@debian.org>2017-06-27 19:34:56 -0400
commit67ee2ecee6291c4611600fc201e25f8e95ee92d6 (patch)
tree2679981980d6c16f1cf50893761c375f7083ca71 /p/haskell-aeson
parent70579372c848dcdc5c995bff782e0a3cfc41849d (diff)
downloadDHG_packages-67ee2ecee6291c4611600fc201e25f8e95ee92d6.tar.gz
aeson: fix path to libHSrts_thr.a
Diffstat (limited to 'p/haskell-aeson')
-rw-r--r--p/haskell-aeson/debian/changelog6
-rwxr-xr-xp/haskell-aeson/debian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index 0c92c0836..226cb56ca 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@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 585496a76..a0dfb741a 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