Commit ddfd2f9a authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-fclabels: fix build with new ghc

parent b7db70a1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fclabels (2.0.3.3-4) unstable; urgency=medium

  * Fix build with new ghc

 -- Gianfranco Costamagna <locutusofborg@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)
+22 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-deps