[Git][haskell-team/DHG_packages][master] tasty-hedgehog: Upgrading from 0.1.0.2 to 0.2.0.0

Clint Adams gitlab at salsa.debian.org
Fri Jun 8 05:43:49 BST 2018


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


Commits:
a272aba8 by Clint Adams at 2018-06-08T00:43:30-04:00
tasty-hedgehog: Upgrading from 0.1.0.2 to 0.2.0.0

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-tasty-hedgehog/debian/changelog
=====================================
--- a/p/haskell-tasty-hedgehog/debian/changelog
+++ b/p/haskell-tasty-hedgehog/debian/changelog
@@ -1,8 +1,9 @@
-haskell-tasty-hedgehog (0.1.0.2-2) UNRELEASED; urgency=medium
+haskell-tasty-hedgehog (0.2.0.0-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:40 -0400
+ -- Clint Adams <clint at debian.org>  Fri, 08 Jun 2018 00:40:21 -0400
 
 haskell-tasty-hedgehog (0.1.0.2-1) unstable; urgency=low
 


=====================================
p/haskell-tasty-hedgehog/debian/control
=====================================
--- a/p/haskell-tasty-hedgehog/debian/control
+++ b/p/haskell-tasty-hedgehog/debian/control
@@ -10,17 +10,15 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
  libghc-hedgehog-dev (>= 0.5),
- libghc-hedgehog-dev (<< 0.6),
+ libghc-hedgehog-dev (<< 0.7),
  libghc-hedgehog-prof (>= 0.5),
- libghc-hedgehog-prof (<< 0.6),
  libghc-tagged-dev (>= 0.8),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof (>= 0.8),
  libghc-tagged-prof (<< 0.9),
  libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.1),
+ libghc-tasty-dev (<< 1.2),
  libghc-tasty-prof (>= 0.11),
- libghc-tasty-prof (<< 1.1),
  libghc-tasty-expected-failure-dev (>= 0.11),
  libghc-tasty-expected-failure-dev (<< 0.12),
 Build-Depends-Indep: ghc-doc,


=====================================
p/haskell-tasty-hedgehog/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-tasty-hedgehog/debian/patches/newer-deps
@@ -0,0 +1,30 @@
+--- a/tasty-hedgehog.cabal
++++ b/tasty-hedgehog.cabal
+@@ -20,10 +20,10 @@
+ 
+ library
+   exposed-modules:     Test.Tasty.Hedgehog
+-  build-depends:       base >= 4.8 && <4.11
++  build-depends:       base >= 4.8 && <4.12
+                      , tagged >= 0.8 && < 0.9
+-                     , tasty >= 0.11 && < 1.1
+-                     , hedgehog >= 0.5 && < 0.6
++                     , tasty >= 0.11 && < 1.2
++                     , hedgehog >= 0.5 && < 0.7
+   hs-source-dirs:      src
+   ghc-options:         -Wall
+   default-language:    Haskell2010
+@@ -32,10 +32,10 @@
+   type:                exitcode-stdio-1.0
+   main-is:             Main.hs
+   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
+                      , tasty-expected-failure >= 0.11 && < 0.12
+-                     , hedgehog >= 0.5 && < 0.6
++                     , hedgehog >= 0.5 && < 0.7
+                      , tasty-hedgehog
+   ghc-options:         -Wall
+   default-language:    Haskell2010


=====================================
p/haskell-tasty-hedgehog/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-tasty-hedgehog/debian/patches/series
@@ -0,0 +1 @@
+newer-deps



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

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


More information about the Pkg-haskell-commits mailing list