[Git][haskell-team/DHG_packages][master] presburger: patch to build with ghc-8.4

Dmitry Bogatov gitlab at salsa.debian.org
Thu Oct 4 02:03:41 BST 2018


Dmitry Bogatov pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
29e6de7a by Dmitry Bogatov at 2018-10-04T01:00:48Z
presburger: patch to build with ghc-8.4

- - - - -


3 changed files:

- p/haskell-presburger/debian/changelog
- + p/haskell-presburger/debian/patches/fix-build-with-ghc-8.4.patch
- + p/haskell-presburger/debian/patches/series


Changes:

=====================================
p/haskell-presburger/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-presburger (1.3.1-6) unstable; urgency=medium
+
+  * Patch to build with ghc-8.4
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Wed, 03 Oct 2018 20:59:01 -0400
+
 haskell-presburger (1.3.1-5) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-presburger/debian/patches/fix-build-with-ghc-8.4.patch
=====================================
@@ -0,0 +1,12 @@
+Index: haskell-presburger/src/Data/Integer/SAT.hs
+===================================================================
+--- haskell-presburger.orig/src/Data/Integer/SAT.hs
++++ haskell-presburger/src/Data/Integer/SAT.hs
+@@ -43,6 +43,7 @@ module Data.Integer.SAT
+ 
+ import Debug.Trace
+ 
++import           Prelude hiding ((<>))
+ import           Data.Map (Map)
+ import qualified Data.Map as Map
+ import           Data.List(partition)


=====================================
p/haskell-presburger/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-build-with-ghc-8.4.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/29e6de7a24a36da7eecb2c4cdf4bf583c2490929
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/20181004/1cec7d7e/attachment.html>


More information about the Pkg-haskell-commits mailing list