[Pkg-haskell-commits] darcs: haskell-src-exts: s/optoins/options/. sigh.

Joachim Breitner mail at joachim-breitner.de
Mon Nov 24 22:47:19 UTC 2014


Mon Nov 24 21:45:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * s/optoins/options/. sigh. 

    M ./changelog +6
    M ./rules -1 +1

Mon Nov 24 21:45:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * s/optoins/options/. sigh. 
diff -rN -u old-haskell-src-exts/changelog new-haskell-src-exts/changelog
--- old-haskell-src-exts/changelog	2014-11-24 22:47:19.466442513 +0000
+++ new-haskell-src-exts/changelog	2014-11-24 22:47:19.470442512 +0000
@@ -1,3 +1,9 @@
+haskell-src-exts (1.14.0.1-4) UNRELEASED; urgency=medium
+
+  * s/optoins/options/. sigh. 
+
+ -- Joachim Breitner <nomeata at 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 -rN -u old-haskell-src-exts/rules new-haskell-src-exts/rules
--- old-haskell-src-exts/rules	2014-11-24 22:47:19.466442513 +0000
+++ new-haskell-src-exts/rules	2014-11-24 22:47:19.466442513 +0000
@@ -18,7 +18,7 @@
 #  -- Dejan Latinovic <Dejan.Latinovic at 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




More information about the Pkg-haskell-commits mailing list