[Git][haskell-team/DHG_packages][master] haskell-tasty-hedgehog: patch for newer deps

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 30 17:54:27 BST 2019



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


Commits:
f7ae23f7 by Gianfranco Costamagna at 2019-08-30T16:53:11Z
haskell-tasty-hedgehog: patch for newer deps

- - - - -


3 changed files:

- p/haskell-tasty-hedgehog/debian/changelog
- p/haskell-tasty-hedgehog/debian/control
- p/haskell-tasty-hedgehog/debian/patches/newer-deps


Changes:

=====================================
p/haskell-tasty-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tasty-hedgehog (0.2.0.0-3) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 30 Aug 2019 18:51:27 +0200
+
 haskell-tasty-hedgehog (0.2.0.0-2) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/haskell-tasty-hedgehog/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tagged-prof (>= 0.8),
  libghc-tagged-prof (<< 0.9),
  libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.2),
+ libghc-tasty-dev (<< 1.3),
  libghc-tasty-prof (>= 0.11),
  libghc-tasty-expected-failure-dev (>= 0.11),
  libghc-tasty-expected-failure-dev (<< 0.12),


=====================================
p/haskell-tasty-hedgehog/debian/patches/newer-deps
=====================================
@@ -5,11 +5,11 @@
  library
    exposed-modules:     Test.Tasty.Hedgehog
 -  build-depends:       base >= 4.8 && <4.11
-+  build-depends:       base >= 4.8 && <4.12
++  build-depends:       base >= 4.8 && <4.13
                       , tagged >= 0.8 && < 0.9
 -                     , tasty >= 0.11 && < 1.1
 -                     , hedgehog >= 0.5 && < 0.6
-+                     , tasty >= 0.11 && < 1.2
++                     , tasty >= 0.11 && < 1.3
 +                     , hedgehog >= 0.5 && < 0.7
    hs-source-dirs:      src
    ghc-options:         -Wall
@@ -20,8 +20,8 @@
    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
++  build-depends:       base >= 4.8 && <4.13
++                     , tasty >= 0.11 && < 1.3
                       , tasty-expected-failure >= 0.11 && < 0.12
 -                     , hedgehog >= 0.5 && < 0.6
 +                     , hedgehog >= 0.5 && < 0.7



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f7ae23f7c4b4342995841d63c7a114186fe6cdf9
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/9bce88de/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list