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

Clint Adams gitlab at salsa.debian.org
Wed Jun 3 22:45:29 BST 2020



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


Commits:
a95ea446 by Clint Adams at 2020-06-03T17:45:09-04:00
binary-orphans: patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-binary-orphans (1.0.1-3) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Wed, 03 Jun 2020 17:44:15 -0400
+
 haskell-binary-orphans (1.0.1-2) unstable; urgency=medium
 
   * Patch in a Setup.hs.


=====================================
p/haskell-binary-orphans/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-quickcheck2-dev (>= 2.13.1),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-quickcheck-instances-dev (>= 0.3.21),
  libghc-quickcheck-instances-dev (<< 0.4),


=====================================
p/haskell-binary-orphans/debian/patches/newer-deps
=====================================
@@ -1,69 +1,31 @@
 --- a/binary-orphans.cabal
 +++ b/binary-orphans.cabal
-@@ -9,9 +9,16 @@
- maintainer:     Oleg Grenrus <oleg.grenrus at iki.fi>
- license:        BSD3
- license-file:   LICENSE
--tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
- build-type:     Simple
- cabal-version:  >= 1.10
-+tested-with:
-+  GHC==7.6.3,
-+  GHC==7.8.4,
-+  GHC==7.10.3,
-+  GHC==8.0.2,
-+  GHC==8.2.2,
-+  GHC==8.4.3,
-+  GHC==8.6.1
- 
- extra-source-files:
-     CHANGELOG.md
-@@ -26,13 +33,13 @@
-       src
-   ghc-options: -Wall -fno-warn-orphans
+@@ -29,8 +29,8 @@
+   exposed-modules:  Data.Binary.Orphans
+   other-extensions: CPP
    build-depends:
--      base                     >=4.6.0.1   && <4.11
--    , aeson                    >=0.7.0.6   && <1.3
--    , binary                   >=0.5.1.1   && <0.8.6 || ==0.9.0.0
-+      base                     >=4.6.0.1   && <4.13
-+    , aeson                    >=0.7.0.6   && <1.5
-+    , binary                   >=0.5.1.1   && <0.8.7 || ==0.9.0.0 || ==0.10.0.0
-     , case-insensitive         >=1.2.0.4   && <1.2.1
-     , hashable                 >=1.2.3.3   && <1.3
-     , scientific               >=0.3.3.8   && <0.4
--    , tagged                   >=0.7.3     && <0.8.6
-+    , tagged                   >=0.7.3     && <0.8.7
-     , 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 @@
-     , vector-binary-instances  >=0.2.1.0 && <0.3
-   if !impl(ghc >= 8.0)
-     build-depends:
--        semigroups               >=0.16.2.2  && <0.18.4
-+        semigroups               >=0.16.2.2  && <0.18.6
-   if !impl(ghc >= 7.10)
-     build-depends:
-         void                     >=0.7       && <0.8
-@@ -69,15 +76,15 @@
-     , unordered-containers
-     , vector
-     , binary-orphans
--    , QuickCheck           >=2.10     && <2.11
-+    , QuickCheck           >=2.10     && <2.13
-     , 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.3
-+    , tasty-quickcheck     >=0.8.3.2  && <0.11
-   if !impl(ghc >= 8.0)
-     build-depends:
--        semigroups               >=0.16.2.2  && <0.18.3
-+        semigroups
-   if !impl(ghc >= 7.10)
-     build-depends:
--        void                     >=0.7       && <0.8
--      , nats                     >=1         && <1.2
-+        void
-+      , nats
+-      base          >=4.5     && <4.14
+-    , binary        >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.7
++      base          >=4.5     && <4.15
++    , binary        >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9
+     , transformers  >=0.3.0.0 && <0.7
+ 
+   if !impl(ghc >=7.10)
+@@ -39,7 +39,7 @@
+ 
+   if !impl(ghc >=8.0)
+     build-depends: fail ==4.9.*
+-    build-depends: semigroups >=0.18.5 && <0.19.1
++    build-depends: semigroups >=0.18.5 && <0.19.2
+ 
+ test-suite binary-orphans-test
    default-language: Haskell2010
+@@ -51,7 +51,7 @@
+       base
+     , binary
+     , binary-orphans
+-    , QuickCheck            >=2.13.1   && <2.14
++    , QuickCheck            >=2.13.1   && <2.15
+     , quickcheck-instances  >=0.3.21   && <0.4
+     , tasty                 >=0.10.1.2 && <1.3
+     , tasty-quickcheck      >=0.8.3.2  && <0.11


=====================================
p/haskell-binary-orphans/debian/patches/series
=====================================
@@ -1 +1,2 @@
 setup-hs
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a95ea4466d637be264292e74eba999d91ce9b4ab
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/20200603/984e0727/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list