[Git][haskell-team/DHG_packages][master] haskell-fclabels: fix build with new ghc

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 23 13:36:49 BST 2019



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


Commits:
ddfd2f9a by Gianfranco Costamagna at 2019-08-23T12:36:19Z
haskell-fclabels: fix build with new ghc

- - - - -


3 changed files:

- p/haskell-fclabels/debian/changelog
- + p/haskell-fclabels/debian/patches/newer-deps
- + p/haskell-fclabels/debian/patches/series


Changes:

=====================================
p/haskell-fclabels/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-fclabels (2.0.3.3-4) unstable; urgency=medium
+
+  * Fix build with new ghc
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 23 Aug 2019 14:34:35 +0200
+
 haskell-fclabels (2.0.3.3-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-fclabels/debian/patches/newer-deps
=====================================
@@ -0,0 +1,22 @@
+--- haskell-fclabels-2.0.3.3.orig/fclabels.cabal
++++ haskell-fclabels-2.0.3.3/fclabels.cabal
+@@ -86,8 +86,8 @@ Library
+ 
+   GHC-Options: -Wall
+   Build-Depends:
+-      base             >= 4.5 && < 4.12
+-    , template-haskell >= 2.2 && < 2.14
++      base             >= 4.5 && < 4.13
++    , template-haskell >= 2.2 && < 2.15
+     , mtl              >= 1.0 && < 2.3
+     , transformers     >= 0.2 && < 0.6
+ 
+@@ -103,7 +103,7 @@ Test-Suite suite
+   Build-Depends:
+       base                       < 5
+     , fclabels
+-    , template-haskell >= 2.2 && < 2.14
++    , template-haskell >= 2.2 && < 2.15
+     , mtl              >= 1.0 && < 2.3
+     , transformers     >= 0.2 && < 0.6
+     , HUnit            >= 1.2 && < 1.7


=====================================
p/haskell-fclabels/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ddfd2f9aa5889bdd65069cc131917beccd3da8f0
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/20190823/ed6f1319/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list