[Git][haskell-team/DHG_packages][master] uuid-types: patch for newer tasty

Clint Adams gitlab at salsa.debian.org
Fri Apr 13 21:20:30 BST 2018


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


Commits:
35986101 by Clint Adams at 2018-04-13T16:19:58-04:00
uuid-types: patch for newer tasty

- - - - -


4 changed files:

- p/haskell-uuid-types/debian/changelog
- p/haskell-uuid-types/debian/control
- p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck → p/haskell-uuid-types/debian/patches/newer-deps
- p/haskell-uuid-types/debian/patches/series


Changes:

=====================================
p/haskell-uuid-types/debian/changelog
=====================================
--- a/p/haskell-uuid-types/debian/changelog
+++ b/p/haskell-uuid-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.3-7) unstable; urgency=medium
+
+  * Patch for newer tasty.
+
+ -- Clint Adams <clint at debian.org>  Fri, 13 Apr 2018 16:19:01 -0400
+
 haskell-uuid-types (1.0.3-6) unstable; urgency=medium
 
   * Patch for newer HUnit/QuickCheck.


=====================================
p/haskell-uuid-types/debian/control
=====================================
--- a/p/haskell-uuid-types/debian/control
+++ b/p/haskell-uuid-types/debian/control
@@ -22,11 +22,8 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
  libghc-quickcheck2-dev (<< 2.11) <!nocheck>,
  libghc-tasty-dev (>= 0.10) <!nocheck>,
- libghc-tasty-dev (<< 0.12) <!nocheck>,
  libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
- libghc-tasty-hunit-dev (<< 0.10) <!nocheck>,
  libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>,
 Build-Depends-Indep:
  ghc-doc,
  libghc-hashable-doc,


=====================================
p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck → p/haskell-uuid-types/debian/patches/newer-deps
=====================================
--- a/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
+++ b/p/haskell-uuid-types/debian/patches/newer-deps
@@ -1,13 +1,19 @@
 --- a/uuid-types.cabal
 +++ b/uuid-types.cabal
-@@ -56,8 +56,8 @@
+@@ -56,11 +56,11 @@
      Build-Depends:     base >= 3 && < 5,
                         uuid-types,
                         bytestring >= 0.9 && < 0.11,
 -                       HUnit >=1.2 && < 1.4,
 -                       QuickCheck >=2.4 && < 2.9,
+-                       tasty >= 0.10 && < 0.12,
+-                       tasty-hunit == 0.9.*,
+-                       tasty-quickcheck == 0.8.*
 +                       HUnit >=1.2 && < 1.7,
 +                       QuickCheck >=2.4 && < 2.11,
-                        tasty >= 0.10 && < 0.12,
-                        tasty-hunit == 0.9.*,
-                        tasty-quickcheck == 0.8.*
++                       tasty >= 0.10
++                       tasty-hunit >= 0.9
++                       tasty-quickcheck >= 0.8
+ 
+ benchmark benchmark
+     Type:              exitcode-stdio-1.0


=====================================
p/haskell-uuid-types/debian/patches/series
=====================================
--- a/p/haskell-uuid-types/debian/patches/series
+++ b/p/haskell-uuid-types/debian/patches/series
@@ -1 +1 @@
-newer-hunit-and-quickcheck
+newer-deps



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/35986101acf495014ea30cfa5908935f356c347f
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/20180413/191b8e79/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list