Loading p/haskell-lexer/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-lexer (1.0.1-5) unstable; urgency=medium * Set ggc-min-expand=10 on mips and mipsel. -- Clint Adams <clint@debian.org> Thu, 26 Apr 2018 08:14:53 -0400 haskell-lexer (1.0.1-4) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading p/haskell-lexer/debian/rules +3 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10" endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk Loading
p/haskell-lexer/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-lexer (1.0.1-5) unstable; urgency=medium * Set ggc-min-expand=10 on mips and mipsel. -- Clint Adams <clint@debian.org> Thu, 26 Apr 2018 08:14:53 -0400 haskell-lexer (1.0.1-4) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading
p/haskell-lexer/debian/rules +3 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10" endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk