Commit a272aba8 authored by Clint Adams's avatar Clint Adams
Browse files

tasty-hedgehog: Upgrading from 0.1.0.2 to 0.2.0.0

parent ef961dd4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-tasty-hedgehog (0.1.0.2-2) UNRELEASED; urgency=medium
haskell-tasty-hedgehog (0.2.0.0-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:40 -0400
 -- Clint Adams <clint@debian.org>  Fri, 08 Jun 2018 00:40:21 -0400

haskell-tasty-hedgehog (0.1.0.2-1) unstable; urgency=low

+2 −4
Original line number Diff line number Diff line
@@ -10,17 +10,15 @@ Build-Depends: debhelper (>= 9),
 ghc,
 ghc-prof,
 libghc-hedgehog-dev (>= 0.5),
 libghc-hedgehog-dev (<< 0.6),
 libghc-hedgehog-dev (<< 0.7),
 libghc-hedgehog-prof (>= 0.5),
 libghc-hedgehog-prof (<< 0.6),
 libghc-tagged-dev (>= 0.8),
 libghc-tagged-dev (<< 0.9),
 libghc-tagged-prof (>= 0.8),
 libghc-tagged-prof (<< 0.9),
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-prof (>= 0.11),
 libghc-tasty-prof (<< 1.1),
 libghc-tasty-expected-failure-dev (>= 0.11),
 libghc-tasty-expected-failure-dev (<< 0.12),
Build-Depends-Indep: ghc-doc,
+30 −0
Original line number Diff line number Diff line
--- a/tasty-hedgehog.cabal
+++ b/tasty-hedgehog.cabal
@@ -20,10 +20,10 @@
 
 library
   exposed-modules:     Test.Tasty.Hedgehog
-  build-depends:       base >= 4.8 && <4.11
+  build-depends:       base >= 4.8 && <4.12
                      , tagged >= 0.8 && < 0.9
-                     , tasty >= 0.11 && < 1.1
-                     , hedgehog >= 0.5 && < 0.6
+                     , tasty >= 0.11 && < 1.2
+                     , hedgehog >= 0.5 && < 0.7
   hs-source-dirs:      src
   ghc-options:         -Wall
   default-language:    Haskell2010
@@ -32,10 +32,10 @@
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   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
                      , tasty-expected-failure >= 0.11 && < 0.12
-                     , hedgehog >= 0.5 && < 0.6
+                     , hedgehog >= 0.5 && < 0.7
                      , tasty-hedgehog
   ghc-options:         -Wall
   default-language:    Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-deps