Commit 51af5c13 authored by Clint Adams's avatar Clint Adams
Browse files

binary-orphans: patch for newer deps

parent b26d7e5e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-binary-orphans (0.1.8.0-2) unstable; urgency=medium

  * Patch for newer deps.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 20:35:16 -0400

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

  [ Ilias Tsitsimpis ]
+6 −18
Original line number Diff line number Diff line
@@ -11,23 +11,19 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.7.0.6),
 libghc-aeson-dev (<< 1.3),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof,
 libghc-case-insensitive-dev (<< 1.2.1),
 libghc-case-insensitive-dev (>= 1.2.0.4),
 libghc-case-insensitive-prof,
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-dev (>= 1.2.3.3),
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-prof,
 libghc-quickcheck-instances-dev (<< 0.3.13),
 libghc-quickcheck-instances-dev (>= 0.3.11),
 libghc-quickcheck2-dev (<< 2.9.3),
 libghc-quickcheck2-dev (>= 2.7),
 libghc-scientific-dev (<< 0.4),
 libghc-scientific-dev (>= 0.3.3.8),
 libghc-scientific-prof,
 libghc-semigroups-dev (<< 0.18.4),
 libghc-semigroups-dev (>= 0.16.2.2),
 libghc-semigroups-dev (<< 0.18.5),
 libghc-semigroups-prof,
 libghc-tagged-dev (>= 0.7.3),
 libghc-tagged-dev (<< 0.8.6),
@@ -52,21 +48,13 @@ Build-Depends:
 libghc-vector-binary-instances-dev (>= 0.2.1.0),
 libghc-vector-binary-instances-prof,
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-aeson-dev,
 libghc-case-insensitive-dev,
 libghc-hashable-dev,
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck-instances-dev (>= 0.3.16),
 libghc-quickcheck-instances-dev (<< 0.4),
 libghc-scientific-dev,
 libghc-tagged-dev,
 libghc-tasty-dev (>= 0.10.1.2),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-quickcheck-dev (>= 0.8.3.2),
 libghc-tasty-quickcheck-dev (<< 0.10),
 libghc-text-dev,
 libghc-unordered-containers-dev,
 libghc-vector-dev,
 libghc-tasty-quickcheck-dev (<< 0.11),
Build-Depends-Indep: ghc-doc,
 libghc-aeson-doc,
 libghc-case-insensitive-doc,
+40 −0
Original line number Diff line number Diff line
--- a/binary-orphans.cabal
+++ b/binary-orphans.cabal
@@ -26,8 +26,8 @@
       src
   ghc-options: -Wall -fno-warn-orphans
   build-depends:
-      base                     >=4.6.0.1   && <4.11
-    , aeson                    >=0.7.0.6   && <1.3
+      base                     >=4.6.0.1   && <4.12
+    , aeson                    >=0.7.0.6   && <1.4
     , binary                   >=0.5.1.1   && <0.8.6 || ==0.9.0.0
     , case-insensitive         >=1.2.0.4   && <1.2.1
     , hashable                 >=1.2.3.3   && <1.3
@@ -41,7 +41,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.5
   if !impl(ghc >= 7.10)
     build-depends:
         void                     >=0.7       && <0.8
@@ -69,13 +69,13 @@
     , unordered-containers
     , vector
     , binary-orphans
-    , QuickCheck           >=2.10     && <2.11
+    , QuickCheck           >=2.10     && <2.12
     , 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.1
+    , tasty-quickcheck     >=0.8.3.2  && <0.11
   if !impl(ghc >= 8.0)
     build-depends:
-        semigroups               >=0.16.2.2  && <0.18.3
+        semigroups               >=0.16.2.2  && <0.18.5
   if !impl(ghc >= 7.10)
     build-depends:
         void                     >=0.7       && <0.8
+1 −0
Original line number Diff line number Diff line
newer-deps