[Git][haskell-team/DHG_packages][master] hedgehog: Upgrading from 0.6.1 to 1.0.2

Clint Adams gitlab at salsa.debian.org
Sun May 31 04:48:18 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
94178f74 by Clint Adams at 2020-05-30T23:46:24-04:00
hedgehog: Upgrading from 0.6.1 to 1.0.2

- - - - -


4 changed files:

- p/haskell-hedgehog/debian/changelog
- p/haskell-hedgehog/debian/control
- − p/haskell-hedgehog/debian/patches/newer-deps
- − p/haskell-hedgehog/debian/patches/series


Changes:

=====================================
p/haskell-hedgehog/debian/changelog
=====================================
@@ -1,9 +1,8 @@
-haskell-hedgehog (0.6.1-2) unstable; urgency=medium
+haskell-hedgehog (1.0.2-1) unstable; urgency=medium
 
-  * Patch for newer deps
-    - note: this version FTBFS, but at least it is not bd-uninstallable
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 30 Aug 2019 14:07:13 +0200
+ -- Clint Adams <clint at debian.org>  Sat, 30 May 2020 23:44:24 -0400
 
 haskell-hedgehog (0.6.1-1) unstable; urgency=medium
 


=====================================
p/haskell-hedgehog/debian/control
=====================================
@@ -10,21 +10,21 @@ Build-Depends: debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
  libghc-ansi-terminal-dev (>= 0.6),
- libghc-ansi-terminal-dev (<< 0.9),
- libghc-ansi-terminal-prof (>= 0.6),
- libghc-ansi-terminal-prof (<< 0.9),
+ libghc-ansi-terminal-dev (<< 0.11),
+ libghc-ansi-terminal-prof,
  libghc-async-dev (>= 2.0),
  libghc-async-dev (<< 2.3),
  libghc-async-prof (>= 2.0),
  libghc-async-prof (<< 2.3),
  libghc-concurrent-output-dev (>= 1.7),
  libghc-concurrent-output-dev (<< 1.11),
- libghc-concurrent-output-prof (>= 1.7),
- libghc-concurrent-output-prof (<< 1.11),
+ libghc-concurrent-output-prof,
+ libghc-erf-dev (>= 2.0),
+ libghc-erf-dev (<< 2.1),
+ libghc-erf-prof,
  libghc-exceptions-dev (>= 0.7),
  libghc-exceptions-dev (<< 0.11),
- libghc-exceptions-prof (>= 0.7),
- libghc-exceptions-prof (<< 0.11),
+ libghc-exceptions-prof,
  libghc-lifted-async-dev (>= 0.7),
  libghc-lifted-async-dev (<< 0.11),
  libghc-lifted-async-prof (>= 0.7),
@@ -38,12 +38,11 @@ Build-Depends: debhelper (>= 10),
  libghc-monad-control-prof (>= 1.0),
  libghc-monad-control-prof (<< 1.1),
  libghc-pretty-show-dev (>= 1.6),
- libghc-pretty-show-dev (<< 2.0),
+ libghc-pretty-show-dev (<< 1.10),
  libghc-pretty-show-prof,
  libghc-primitive-dev (>= 0.6),
- libghc-primitive-dev (<< 0.7),
- libghc-primitive-prof (>= 0.6),
- libghc-primitive-prof (<< 0.7),
+ libghc-primitive-dev (<< 0.8),
+ libghc-primitive-prof,
  libghc-random-dev (>= 1.1),
  libghc-random-dev (<< 1.2),
  libghc-random-prof (>= 1.1),
@@ -72,6 +71,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-ansi-terminal-doc,
  libghc-async-doc,
  libghc-concurrent-output-doc,
+ libghc-erf-doc,
  libghc-exceptions-doc,
  libghc-lifted-async-doc,
  libghc-mmorph-doc,
@@ -81,10 +81,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
  libghc-resourcet-doc,
  libghc-semigroups-doc,
- libghc-th-lift-doc,
  libghc-transformers-base-doc,
  libghc-wl-pprint-annotated-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://hedgehog.qa
 X-Description: Hedgehog will eat all your bugs
  Hedgehog is a modern property-based testing system, in the spirit of


=====================================
p/haskell-hedgehog/debian/patches/newer-deps deleted
=====================================
@@ -1,28 +0,0 @@
---- haskell-hedgehog-0.6.1.orig/hedgehog.cabal
-+++ haskell-hedgehog-0.6.1/hedgehog.cabal
-@@ -61,13 +61,13 @@ library
-     , mmorph                          >= 1.0        && < 1.2
-     , monad-control                   >= 1.0        && < 1.1
-     , mtl                             >= 2.1        && < 2.3
--    , pretty-show                     >= 1.6        && < 1.8
-+    , pretty-show                     >= 1.6        && < 2.0
-     , primitive                       >= 0.6        && < 0.7
-     , random                          >= 1.1        && < 1.2
-     , resourcet                       >= 1.1        && < 1.3
-     , semigroups                      >= 0.16       && < 0.19
--    , stm                             >= 2.4        && < 2.5
--    , template-haskell                >= 2.10       && < 2.14
-+    , stm                             >= 2.4
-+    , template-haskell                >= 2.10
-     , text                            >= 1.1        && < 1.3
-     , th-lift                         >= 0.7        && < 0.8
-     , time                            >= 1.4        && < 1.10
-@@ -133,7 +133,7 @@ test-suite test
-       hedgehog
-     , base                            >= 3          && < 5
-     , containers                      >= 0.4        && < 0.7
--    , pretty-show                     >= 1.6        && < 1.8
-+    , pretty-show                     >= 1.6        && < 2.0
-     , semigroups                      >= 0.16       && < 0.19
-     , text                            >= 1.1        && < 1.3
-     , transformers                    >= 0.3        && < 0.6


=====================================
p/haskell-hedgehog/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/94178f7401c9067b66d8ef159ff68c28833cd292

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/94178f7401c9067b66d8ef159ff68c28833cd292
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200531/20c585e6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list