Commit 357b533e authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-tasty-hspec: bump dependency bounds

parent 0c94da10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 10),
 libghc-hspec-core-dev (<< 2.7),
 libghc-hspec-core-prof,
 libghc-tasty-dev (>= 0.8),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-dev (<< 1.3),
 libghc-tasty-prof,
 libghc-tasty-quickcheck-dev,
 libghc-tasty-quickcheck-prof,
+11 −0
Original line number Diff line number Diff line
--- haskell-tasty-hspec-1.1.5.1.orig/tasty-hspec.cabal
+++ haskell-tasty-hspec-1.1.5.1/tasty-hspec.cabal
@@ -36,7 +36,7 @@ library
                      , hspec >= 2 && < 2.7
                      , hspec-core >= 2 && < 2.7
                      , QuickCheck >= 2.7 && < 2.13
-                     , tasty >= 0.8 && < 1.2
+                     , tasty >= 0.8 && < 1.3
                      , tasty-smallcheck >= 0.1 && < 0.9
                      -- 0.9 is missing 'optionSetToArgs'
                      , tasty-quickcheck >=0.3 && <0.9 || ^>=0.9.1 || ^>= 0.10
+1 −0
Original line number Diff line number Diff line
newer-deps