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

haskell-tasty-hedgehog: patch for newer deps

parent ee1580bf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-tasty-hedgehog (0.2.0.0-3) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 30 Aug 2019 18:51:27 +0200

haskell-tasty-hedgehog (0.2.0.0-2) unstable; urgency=medium

  * Bump debhelper compat level to 10
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
 libghc-tagged-prof (>= 0.8),
 libghc-tagged-prof (<< 0.9),
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-dev (<< 1.3),
 libghc-tasty-prof (>= 0.11),
 libghc-tasty-expected-failure-dev (>= 0.11),
 libghc-tasty-expected-failure-dev (<< 0.12),
+4 −4
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
 library
   exposed-modules:     Test.Tasty.Hedgehog
-  build-depends:       base >= 4.8 && <4.11
+  build-depends:       base >= 4.8 && <4.12
+  build-depends:       base >= 4.8 && <4.13
                      , tagged >= 0.8 && < 0.9
-                     , tasty >= 0.11 && < 1.1
-                     , hedgehog >= 0.5 && < 0.6
+                     , tasty >= 0.11 && < 1.2
+                     , tasty >= 0.11 && < 1.3
+                     , hedgehog >= 0.5 && < 0.7
   hs-source-dirs:      src
   ghc-options:         -Wall
@@ -20,8 +20,8 @@
   hs-source-dirs:      test
-  build-depends:       base >= 4.8 && <4.11
-                     , tasty >= 0.11 && < 1.1
+  build-depends:       base >= 4.8 && <4.12
+                     , tasty >= 0.11 && < 1.2
+  build-depends:       base >= 4.8 && <4.13
+                     , tasty >= 0.11 && < 1.3
                      , tasty-expected-failure >= 0.11 && < 0.12
-                     , hedgehog >= 0.5 && < 0.6
+                     , hedgehog >= 0.5 && < 0.7