[Git][haskell-team/DHG_packages][master] 2 commits: haskell-hedgehog: relax some version constraints

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 30 13:35:07 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
04ab5b40 by Gianfranco Costamagna at 2019-08-30T12:34:30Z
haskell-hedgehog: relax some version constraints

- - - - -
5fd9e218 by Gianfranco Costamagna at 2019-08-30T12:34:30Z
haskell-monoid-extras: bump dependency bounds

- - - - -


8 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
- p/haskell-monoid-extras/debian/changelog
- p/haskell-monoid-extras/debian/control
- + p/haskell-monoid-extras/debian/patches/newer-deps
- + p/haskell-monoid-extras/debian/patches/series


Changes:

=====================================
p/haskell-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-hedgehog (0.6.1-2) unstable; urgency=medium
+
+  * Patch for newer deps
+    - note: this version FTBFS, but at least it is not bd-uninstallable
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 30 Aug 2019 14:07:13 +0200
+
 haskell-hedgehog (0.6.1-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-hedgehog/debian/control
=====================================
@@ -38,7 +38,7 @@ 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 (<< 1.8),
+ libghc-pretty-show-dev (<< 2.0),
  libghc-pretty-show-prof,
  libghc-primitive-dev (>= 0.6),
  libghc-primitive-dev (<< 0.7),


=====================================
p/haskell-hedgehog/debian/patches/newer-deps
=====================================
@@ -0,0 +1,28 @@
+--- 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
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-monoid-extras/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-monoid-extras (0.5-2) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 30 Aug 2019 14:32:41 +0200
+
 haskell-monoid-extras (0.5-1) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/haskell-monoid-extras/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
  libghc-groups-dev (<< 0.5),
  libghc-groups-prof,
  libghc-semigroupoids-dev (>= 4.0),
- libghc-semigroupoids-dev (<< 5.3),
+ libghc-semigroupoids-dev (<< 5.4),
  libghc-semigroupoids-prof,
  libghc-semigroups-dev (>= 0.8),
  libghc-semigroups-dev (<< 0.19),


=====================================
p/haskell-monoid-extras/debian/patches/newer-deps
=====================================
@@ -0,0 +1,24 @@
+--- haskell-monoid-extras-0.5.orig/monoid-extras.cabal
++++ haskell-monoid-extras-0.5/monoid-extras.cabal
+@@ -35,10 +35,10 @@ library
+                      Data.Monoid.Split,
+                      Data.Monoid.WithSemigroup
+ 
+-  build-depends:     base >= 4.3 && < 4.12,
++  build-depends:     base >= 4.3 && < 4.13,
+                      groups < 0.5,
+                      semigroups >= 0.8 && < 0.19,
+-                     semigroupoids >= 4.0 && < 5.3
++                     semigroupoids >= 4.0 && < 5.4
+ 
+   hs-source-dirs:    src
+ 
+@@ -52,7 +52,7 @@ benchmark semi-direct-product
+   hs-source-dirs: benchmarks
+   main-is: SemiDirectProduct.hs
+   type: exitcode-stdio-1.0
+-  build-depends: base          >= 4.3 &&  < 4.12
++  build-depends: base          >= 4.3 &&  < 4.13
+                , semigroups
+                , criterion
+                , monoid-extras


=====================================
p/haskell-monoid-extras/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/aabcec2bbc070f0a22384d0286c1c805e73a9ede...5fd9e21820b705647e41e8e98b26becfd5eceefa

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/aabcec2bbc070f0a22384d0286c1c805e73a9ede...5fd9e21820b705647e41e8e98b26becfd5eceefa
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/20190830/31603743/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list