[Git][haskell-team/DHG_packages][experimental] ghc: fix various build failures, patch refresh

Gianfranco Costamagna gitlab at salsa.debian.org
Tue Sep 10 17:15:35 BST 2019



Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
13cb8161 by Gianfranco Costamagna at 2019-09-10T16:14:57Z
ghc: fix various build failures, patch refresh

- - - - -


4 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/control
- p/ghc/debian/patches/Disable-unboxed-arrays.patch
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ghc (8.8.1+dfsg1-1~exp2) experimental; urgency=medium
+
+  * Followup upstream change in ghc configure script to fix a configure error
+  * Depend on alex
+  * Refresh s390x patch
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 10 Sep 2019 17:37:37 +0200
+
 ghc (8.8.1+dfsg1-1~exp1) experimental; urgency=medium
 
   * New upstream release, patch refresh


=====================================
p/ghc/debian/control
=====================================
@@ -6,6 +6,7 @@ Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Standards-Version: 4.4.0
 Rules-Requires-Root: no
 Build-Depends:
+  alex,
   debhelper (>= 10),
   haskell-devscripts-minimal <!cross>,
   devscripts,


=====================================
p/ghc/debian/patches/Disable-unboxed-arrays.patch
=====================================
@@ -1,8 +1,8 @@
 Origin: https://gitlab.haskell.org/ghc/ghc/issues/15411#note_215852
 Index: ghc-8.6.1/libraries/containers/include/containers.h
 ===================================================================
---- ghc-8.6.1.orig/libraries/containers/include/containers.h
-+++ ghc-8.6.1/libraries/containers/include/containers.h
+--- ghc-8.6.1.orig/libraries/containers/containers/include/containers.h
++++ ghc-8.6.1/libraries/containers/containers/include/containers.h
 @@ -35,7 +35,6 @@
  
  #ifdef __GLASGOW_HASKELL__


=====================================
p/ghc/debian/rules
=====================================
@@ -35,8 +35,7 @@ endif
 
 ProjectVersion=$(shell cat VERSION)
 
-GHC=$(firstword $(shell bash -c "type -p ghc"))
-EXTRA_CONFIGURE_FLAGS +=--with-ghc="$(GHC)"
+export GHC=$(firstword $(shell bash -c "type -p ghc"))
 
 DEB_HOOGLE_TXT_DIR = /usr/lib/ghc-doc/hoogle/
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/13cb8161c6a4bc4ac582f7f550942fae3f5c2272

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/13cb8161c6a4bc4ac582f7f550942fae3f5c2272
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/20190910/fcf01141/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list