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

hedgehog: Upgrading from 0.5.3 to 0.6

parent 3f0dfea6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-hedgehog (0.5.3-2) UNRELEASED; urgency=medium
haskell-hedgehog (0.6-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream version.  closes: #901019.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:09:48 -0400
 -- Clint Adams <clint@debian.org>  Fri, 08 Jun 2018 00:38:24 -0400

haskell-hedgehog (0.5.3-1) unstable; urgency=low

+2 −3
Original line number Diff line number Diff line
@@ -43,8 +43,7 @@ Build-Depends: debhelper (>= 9),
 libghc-mtl-prof (<< 2.3),
 libghc-pretty-show-dev (>= 1.6),
 libghc-pretty-show-dev (<< 1.8),
 libghc-pretty-show-prof (>= 1.6),
 libghc-pretty-show-prof (<< 1.8),
 libghc-pretty-show-prof,
 libghc-primitive-dev (>= 0.6),
 libghc-primitive-dev (<< 0.7),
 libghc-primitive-prof (>= 0.6),
@@ -102,7 +101,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-wl-pprint-annotated-doc,
Standards-Version: 4.1.4
Homepage: https://hedgehog.qa
X-Description: Hedgehog will eat all your bugs.
X-Description: Hedgehog will eat all your bugs
 Hedgehog is a modern property-based testing system, in the spirit of
 QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the
 invariants of generated values by construction.
+0 −20
Original line number Diff line number Diff line
--- a/hedgehog.cabal
+++ b/hedgehog.cabal
@@ -59,7 +59,7 @@
     , mmorph                          >= 1.0        && < 1.2
     , monad-control                   >= 1.0        && < 1.1
     , mtl                             >= 2.1        && < 2.3
-    , pretty-show                     >= 1.6        && < 1.7
+    , pretty-show                     >= 1.6        && < 1.8
     , primitive                       >= 0.6        && < 0.7
     , random                          >= 1.1        && < 1.2
     , resourcet                       >= 1.1        && < 1.3
@@ -130,7 +130,7 @@
       hedgehog
     , base                            >= 3          && < 5
     , containers                      >= 0.4        && < 0.6
-    , pretty-show                     >= 1.6        && < 1.7
+    , pretty-show                     >= 1.6        && < 1.8
     , semigroups                      >= 0.16       && < 0.19
     , text                            >= 1.1        && < 1.3
     , transformers                    >= 0.3        && < 0.6
+0 −1
Original line number Diff line number Diff line
newer-deps