[DHG_packages] 18/34: relational-query: Simplifier ticks exhausted
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit 4beecf52ae1352e86373b39a926cb77826ef39fc
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Wed Jan 25 21:20:43 2017 +0200
relational-query: Simplifier ticks exhausted
---
p/haskell-relational-query/debian/changelog | 6 ++++++
p/haskell-relational-query/debian/rules | 1 +
2 files changed, 7 insertions(+)
diff --git a/p/haskell-relational-query/debian/changelog b/p/haskell-relational-query/debian/changelog
index 6c282f3..11e1063 100644
--- a/p/haskell-relational-query/debian/changelog
+++ b/p/haskell-relational-query/debian/changelog
@@ -1,3 +1,9 @@
+haskell-relational-query (0.8.3.2-3) unstable; urgency=medium
+
+ * Pass `-fsimpl-tick-factor=1000', to build with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Wed, 25 Jan 2017 21:23:10 +0200
+
haskell-relational-query (0.8.3.2-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-relational-query/debian/rules b/p/haskell-relational-query/debian/rules
index c3a41d4..197331a 100755
--- a/p/haskell-relational-query/debian/rules
+++ b/p/haskell-relational-query/debian/rules
@@ -3,6 +3,7 @@
DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = relational-query
DEB_DEFAULT_COMPILER = ghc
+DEB_SETUP_GHC_CONFIGURE_ARGS += '--ghc-options="-fsimpl-tick-factor=1000"'
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.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