Commit 04643f3b authored by Clint Adams's avatar Clint Adams
Browse files

recursion-schemes: patch for newer base-orphans, free, template-haskell

parent ee3c1503
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-recursion-schemes (5.0.2-3) unstable; urgency=medium

  * Patch for newer base-orphans, free, template-haskell.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 17:01:28 -0400

haskell-recursion-schemes (5.0.2-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-base-orphans-dev (>= 0.5.4),
 libghc-base-orphans-dev (<< 0.7),
 libghc-base-orphans-dev (<< 0.8),
 libghc-base-orphans-prof,
 libghc-bifunctors-dev (>= 4),
 libghc-bifunctors-dev (<< 6),
@@ -19,8 +19,8 @@ Build-Depends:
 libghc-comonad-dev (<< 6),
 libghc-comonad-dev (>= 4),
 libghc-comonad-prof,
 libghc-free-dev (<< 5),
 libghc-free-dev (>= 4),
 libghc-free-dev (<< 6),
 libghc-free-prof,
 libghc-semigroups-dev (>= 0.8.3.1),
 libghc-semigroups-dev (<< 1),
+27 −0
Original line number Diff line number Diff line
--- a/recursion-schemes.cabal
+++ b/recursion-schemes.cabal
@@ -45,7 +45,7 @@
     base                 >= 4       && < 5,
     bifunctors           >= 4       && < 6,
     comonad              >= 4       && < 6,
-    free                 >= 4       && < 5,
+    free                 >= 4       && < 6,
     semigroups           >= 0.8.3.1 && < 1,
     transformers         >= 0.2     && < 1,
     transformers-compat  >= 0.3     && < 1
@@ -61,7 +61,7 @@
     Data.Functor.Foldable
 
   if flag(template-haskell)
-    build-depends: template-haskell >= 2.5.0.0 && < 2.13, base-orphans >= 0.5.4 && <0.7
+    build-depends: template-haskell >= 2.5.0.0 && < 2.14, base-orphans >= 0.5.4 && <0.8
     exposed-modules:
       Data.Functor.Foldable.TH
 
@@ -79,5 +79,5 @@
     base,
     HUnit <1.7,
     recursion-schemes,
-    template-haskell >= 2.5.0.0 && < 2.13,
+    template-haskell >= 2.5.0.0 && < 2.14,
     transformers     >= 0.2     && < 1
+1 −0
Original line number Diff line number Diff line
newer-deps