From e518111026f4be306c6fc8b4ca133ee116408189 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 25 Nov 2014 00:45:05 +0300 Subject: haskell-src-exts: s/optoins/options/. sigh. --- p/haskell-src-exts/debian/changelog | 6 ++++++ p/haskell-src-exts/debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'p/haskell-src-exts') diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog index 36f4bc4d7..8bed4e0bc 100644 --- a/p/haskell-src-exts/debian/changelog +++ b/p/haskell-src-exts/debian/changelog @@ -1,3 +1,9 @@ +haskell-src-exts (1.14.0.1-4) UNRELEASED; urgency=medium + + * s/optoins/options/. sigh. + + -- Joachim Breitner Mon, 24 Nov 2014 22:44:47 +0100 + haskell-src-exts (1.14.0.1-3) unstable; urgency=medium * Fix passing ggc-min-expand=10 to gcc. diff --git a/p/haskell-src-exts/debian/rules b/p/haskell-src-exts/debian/rules index 1aad9954a..549a4295d 100755 --- a/p/haskell-src-exts/debian/rules +++ b/p/haskell-src-exts/debian/rules @@ -18,7 +18,7 @@ DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" # -- Dejan Latinovic DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) - DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-optoins="-optc--param -optcggc-min-expand=10" + DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10" endif include /usr/share/cdbs/1/rules/debhelper.mk -- cgit v1.2.3