[Git][haskell-team/DHG_packages][master] 3 commits: allure: New upstream release (0.8.3.0)

Mikolaj Konarski gitlab at salsa.debian.org
Mon Jul 2 16:29:42 BST 2018


Mikolaj Konarski pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
fdd2f7aa by Mikolaj Konarski at 2018-07-02T17:14:52+02:00
allure: New upstream release (0.8.3.0)

- - - - -
5165e901 by Mikolaj Konarski at 2018-07-02T17:25:11+02:00
allure: Turn off optimization for architectures that take forever compiling

- - - - -
6af4a99c by Mikolaj Konarski at 2018-07-02T17:27:29+02:00
haskell-lambdahack: Turn off optimization for architectures that take forever compiling

- - - - -


5 changed files:

- p/allure/debian/changelog
- p/allure/debian/control
- p/allure/debian/rules
- p/haskell-lambdahack/debian/changelog
- p/haskell-lambdahack/debian/rules


Changes:

=====================================
p/allure/debian/changelog
=====================================
--- a/p/allure/debian/changelog
+++ b/p/allure/debian/changelog
@@ -1,3 +1,10 @@
+allure (0.8.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Turn off optimization for architectures that take forever compiling
+
+ -- Mikolaj Konarski <mikolaj.konarski at funktory.com>  Mon, 02 Jul 2018 17:09:51 +0200
+
 allure (0.7.1.0-3) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/allure/debian/control
=====================================
--- a/p/allure/debian/control
+++ b/p/allure/debian/control
@@ -9,10 +9,10 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-lambdahack-dev (>= 0.7.1.0),
- libghc-lambdahack-dev (<< 0.7.2.0),
+ libghc-lambdahack-dev (>= 0.8.3.0),
+ libghc-lambdahack-dev (<< 0.8.4.0),
  libghc-async-dev (>= 2),
- libghc-enummapset-th-dev (>= 0.6.0.0),
+ libghc-enummapset-dev (>= 0.5.2.2),
  libghc-optparse-applicative-dev (>= 0.13),
  libghc-random-dev (>= 1.1),
  libghc-text-dev (>= 0.11.2.3),
@@ -27,7 +27,7 @@ Architecture: any
 Section: games
 Depends: ${haskell:Depends},
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Conflicts: ${haskell:Conflicts},


=====================================
p/allure/debian/rules
=====================================
--- a/p/allure/debian/rules
+++ b/p/allure/debian/rules
@@ -5,6 +5,10 @@ DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = allure
 DEB_DEFAULT_COMPILER = ghc
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64 mips64el hppa))
+    DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 


=====================================
p/haskell-lambdahack/debian/changelog
=====================================
--- a/p/haskell-lambdahack/debian/changelog
+++ b/p/haskell-lambdahack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lambdahack (0.8.3.0-2) UNRELEASED; urgency=medium
+
+  * Turn off optimization for architectures that take forever compiling
+
+ -- Mikolaj Konarski <mikolaj.konarski at funktory.com>  Mon, 02 Jul 2018 17:26:16 +0200
+
 haskell-lambdahack (0.8.3.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-lambdahack/debian/rules
=====================================
--- a/p/haskell-lambdahack/debian/rules
+++ b/p/haskell-lambdahack/debian/rules
@@ -5,7 +5,7 @@ DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = lambdahack
 DEB_DEFAULT_COMPILER = ghc
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64 mips64el hppa))
     DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/cf4792e5b129e8ddb900c5231045025c8aa390ff...6af4a99c148ffd8ce9889f312d41081c51f7b4e5

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/cf4792e5b129e8ddb900c5231045025c8aa390ff...6af4a99c148ffd8ce9889f312d41081c51f7b4e5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180702/987c093f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list