[Git][haskell-team/DHG_packages][master] binary-orphans: patch for newer tasty

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 00:38:57 BST 2019



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


Commits:
77e9ef4f by Clint Adams at 2019-08-31T23:38:01Z
binary-orphans: patch for newer tasty

- - - - -


3 changed files:

- p/haskell-binary-orphans/debian/changelog
- p/haskell-binary-orphans/debian/control
- p/haskell-binary-orphans/debian/patches/newer-deps


Changes:

=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-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 at debian.org>  Tue, 30 Jul 2019 13:10:10 +0300
+  [ Clint Adams ]
+  * Patch for newer tasty.
+
+ -- Clint Adams <clint at debian.org>  Sat, 31 Aug 2019 19:37:49 -0400
 
 haskell-binary-orphans (0.1.8.0-6) unstable; urgency=medium
 


=====================================
p/haskell-binary-orphans/debian/control
=====================================
@@ -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,


=====================================
p/haskell-binary-orphans/debian/patches/newer-deps
=====================================
@@ -1,8 +1,6 @@
-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 at 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:



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/77e9ef4fabb1391c44292e97e3ebda541efa1b46
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/20190831/e48ebc9f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list