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

haskell-multiset-comb: patch for newer deps

parent 58a37f29
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-multiset-comb (0.2.4.1-4) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 23 Aug 2019 14:58:13 +0200

haskell-multiset-comb (0.2.4.1-3) unstable; urgency=medium

  [ Clint Adams ]
+12 −0
Original line number Diff line number Diff line
--- haskell-multiset-comb-0.2.4.1.orig/multiset-comb.cabal
+++ haskell-multiset-comb-0.2.4.1/multiset-comb.cabal
@@ -23,6 +23,6 @@ source-repository head
 Library
   Exposed-modules:     Math.Combinatorics.Multiset
   Build-depends:       base >= 3 && < 5,
-                       containers >= 0.5 && < 0.6,
+                       containers >= 0.5 && < 0.7,
                        transformers >= 0.3 && < 0.6
-  Default-language:    Haskell2010
\ No newline at end of file
+  Default-language:    Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-deps