Commit 77e9ef4f authored by Clint Adams's avatar Clint Adams
Browse files

binary-orphans: patch for newer tasty

parent 53960b58
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-binary-orphans (0.1.8.0-7) UNRELEASED; urgency=medium
haskell-binary-orphans (0.1.8.0-7) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Remove Dmitry Bogatov from Uploaders per his request. Thank you
    Dmitry for your previous maintainership.

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 30 Jul 2019 13:10:10 +0300
  [ Clint Adams ]
  * Patch for newer tasty.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 19:37:49 -0400

haskell-binary-orphans (0.1.8.0-6) unstable; urgency=medium

+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ Build-Depends:
 libghc-quickcheck-instances-dev (>= 0.3.16),
 libghc-quickcheck-instances-dev (<< 0.4),
 libghc-tasty-dev (>= 0.10.1.2),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-dev (<< 1.3),
 libghc-tasty-quickcheck-dev (>= 0.8.3.2),
 libghc-tasty-quickcheck-dev (<< 0.11),
Build-Depends-Indep: ghc-doc,
+5 −7
Original line number Diff line number Diff line
Index: b/binary-orphans.cabal
===================================================================
--- a/binary-orphans.cabal
+++ b/binary-orphans.cabal
@@ -9,9 +9,16 @@ author:         Oleg Grenrus <oleg.grenr
@@ -9,9 +9,16 @@
 maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
 license:        BSD3
 license-file:   LICENSE
@@ -20,7 +18,7 @@ Index: b/binary-orphans.cabal
 
 extra-source-files:
     CHANGELOG.md
@@ -26,13 +33,13 @@ library
@@ -26,13 +33,13 @@
       src
   ghc-options: -Wall -fno-warn-orphans
   build-depends:
@@ -38,7 +36,7 @@ Index: b/binary-orphans.cabal
     , text                     >=1.2.0.6   && <1.3
     , time                     >=1.4.0.1   && <1.9
     , unordered-containers     >=0.2.5.1   && <0.3
@@ -41,7 +48,7 @@ library
@@ -41,7 +48,7 @@
     , vector-binary-instances  >=0.2.1.0 && <0.3
   if !impl(ghc >= 8.0)
     build-depends:
@@ -47,7 +45,7 @@ Index: b/binary-orphans.cabal
   if !impl(ghc >= 7.10)
     build-depends:
         void                     >=0.7       && <0.8
@@ -69,15 +76,15 @@ test-suite binary-orphans-test
@@ -69,15 +76,15 @@
     , unordered-containers
     , vector
     , binary-orphans
@@ -56,7 +54,7 @@ Index: b/binary-orphans.cabal
     , quickcheck-instances >=0.3.16   && <0.4
-    , tasty                >=0.10.1.2 && <0.12
-    , tasty-quickcheck     >=0.8.3.2  && <0.10
+    , tasty                >=0.10.1.2 && <1.2
+    , tasty                >=0.10.1.2 && <1.3
+    , tasty-quickcheck     >=0.8.3.2  && <0.11
   if !impl(ghc >= 8.0)
     build-depends: