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

haskell-tar: patch for newer containers

parent 357b533e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-tar (0.5.1.0-5) unstable; urgency=medium

  * Patch for newer containers

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 28 Aug 2019 18:07:23 +0200

haskell-tar (0.5.1.0-4) unstable; urgency=medium

  [ Clint Adams ]
+11 −0
Original line number Diff line number Diff line
--- haskell-tar-0.5.1.0.orig/tar.cabal
+++ haskell-tar-0.5.1.0/tar.cabal
@@ -41,7 +41,7 @@ library
   build-depends: base       == 4.*,
                  filepath             < 1.5,
                  array                < 0.6,
-                 containers >= 0.2 && < 0.6,
+                 containers >= 0.2 && < 0.7,
                  deepseq    >= 1.1 && < 1.5
 
   if flag(old-time)
+1 −0
Original line number Diff line number Diff line
newer-deps
newer-deps2