Skip to content
Commits on Source (2)
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@debian.org> Fri, 30 Aug 2019 14:07:13 +0200
haskell-hedgehog (0.6.1-1) unstable; urgency=medium
* New upstream release
......
......@@ -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),
......
--- 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
haskell-monoid-extras (0.5-2) unstable; urgency=medium
* Patch for newer deps
-- Gianfranco Costamagna <locutusofborg@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
......
......@@ -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),
......
--- 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