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

haskell-test-framework: patch for new dependencies

parent 7e75e9f5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-test-framework (0.8.2.0-3) unstable; urgency=medium

  * Relax some dependency constraint.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 04 Aug 2019 00:29:16 +0200

haskell-test-framework (0.8.2.0-2) unstable; urgency=medium

  [ Clint Adams ]
+11 −0
Original line number Diff line number Diff line
--- haskell-test-framework-0.8.2.0.orig/test-framework.cabal
+++ haskell-test-framework-0.8.2.0/test-framework.cabal
@@ -48,7 +48,7 @@ Library
                               , ansi-terminal  >= 0.4.0  && < 0.9
                               , ansi-wl-pprint >= 0.5.1  && < 0.7
                               , random         >= 1.0    && < 1.2
-                              , containers     >= 0.1    && < 0.6
+                              , containers     >= 0.1    && < 0.7
                               , regex-posix    >= 0.72   && < 0.96
                               , old-locale     >= 1.0    && < 1.1
                               , time           >= 1.1.2  && < 1.9
+1 −0
Original line number Diff line number Diff line
newer-deps.patch