summaryrefslogtreecommitdiff
path: root/p/haskell-src-exts
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-11-25 00:45:05 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-11-25 00:45:05 +0300
commite518111026f4be306c6fc8b4ca133ee116408189 (patch)
tree21fb514092746f2f46d94f11d1e1a986d984ab35 /p/haskell-src-exts
parenta88c4b2def3a1c727441deae3f31e6c0c49f97d7 (diff)
downloadDHG_packages-e518111026f4be306c6fc8b4ca133ee116408189.tar.gz
haskell-src-exts: s/optoins/options/. sigh.
Diffstat (limited to 'p/haskell-src-exts')
-rw-r--r--p/haskell-src-exts/debian/changelog6
-rwxr-xr-xp/haskell-src-exts/debian/rules2
2 files changed, 7 insertions, 1 deletions
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 <nomeata@debian.org> 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 <Dejan.Latinovic@imgtec.com>
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