Commit e679a058 authored by Clint Adams's avatar Clint Adams
Browse files

these: patch for newer deps

parent 751724ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-these (0.7.4-2) unstable; urgency=medium

  * Patch for newer deps.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 10:18:07 -0400

haskell-these (0.7.4-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+10 −10
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-aeson-dev (>= 0.7.0.4),
 libghc-aeson-dev (<< 1.3),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof,
 libghc-bifunctors-dev (<< 5.5),
 libghc-bifunctors-dev (>= 0.1),
 libghc-bifunctors-dev (<< 5.6),
 libghc-bifunctors-prof,
 libghc-data-default-class-dev (<< 0.2),
 libghc-data-default-class-dev (>= 0.0),
@@ -25,8 +25,8 @@ Build-Depends:
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-dev (>= 1.2.3),
 libghc-hashable-prof,
 libghc-keys-dev (<< 3.12),
 libghc-keys-dev (>= 3.10),
 libghc-keys-dev (<< 3.13),
 libghc-keys-prof,
 libghc-mtl-dev (<< 2.3),
 libghc-mtl-dev (>= 2),
@@ -34,14 +34,14 @@ Build-Depends:
 libghc-profunctors-dev (<< 5.3),
 libghc-profunctors-dev (>= 3),
 libghc-profunctors-prof,
 libghc-semigroupoids-dev (>= 1.0),
 libghc-semigroupoids-dev (>= 5.0),
 libghc-semigroupoids-dev (<< 5.3),
 libghc-semigroupoids-prof,
 libghc-transformers-compat-dev (<< 0.6),
 libghc-transformers-compat-dev (>= 0.2),
 libghc-transformers-compat-dev (<< 0.7),
 libghc-transformers-compat-prof,
 libghc-unordered-containers-dev (>= 0.2.4.0),
 libghc-unordered-containers-dev (<< 0.3),
 libghc-unordered-containers-dev (>= 0.2),
 libghc-unordered-containers-prof,
 libghc-vector-dev (>= 0.4),
 libghc-vector-dev (<< 0.13),
@@ -54,11 +54,11 @@ Build-Depends:
 libghc-bifunctors-dev,
 libghc-hashable-dev,
 libghc-quickcheck-instances-dev (>= 0.3.15),
 libghc-quickcheck-instances-dev (<< 0.3.16),
 libghc-quickcheck-instances-dev (<< 0.4),
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.10),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-unordered-containers-dev,
 libghc-vector-dev,
Build-Depends-Indep: ghc-doc,
+46 −0
Original line number Diff line number Diff line
--- a/these.cabal
+++ b/these.cabal
@@ -42,22 +42,22 @@
                        Control.Monad.Chronicle.Class,
                        Control.Monad.Trans.Chronicle
 
-  Build-depends:       base                     >= 4.4     && < 4.11,
-                       aeson                    >= 0.7.0.4 && < 1.3,
-                       bifunctors               >= 0.1     && < 5.5,
+  Build-depends:       base                     >= 4.4     && < 4.12,
+                       aeson                    >= 0.7.0.4 && < 1.4,
+                       bifunctors               >= 0.1     && < 5.6,
                        binary                   >= 0.5.0.2 && < 0.10,
                        containers               >= 0.4     && < 0.6,
                        data-default-class       >= 0.0     && < 0.2,
                        deepseq                  >= 1.3.0.0 && < 1.5,
                        hashable                 >= 1.2.3   && < 1.3,
-                       keys                     >= 3.10    && < 3.12,
+                       keys                     >= 3.10    && < 3.13,
                        mtl                      >= 2       && < 2.3,
                        profunctors              >= 3       && < 5.3,
-                       QuickCheck               >= 2.10    && < 2.11,
-                       semigroupoids            >= 1.0     && < 5.3,
+                       QuickCheck               >= 2.10    && < 2.12,
+                       semigroupoids            >= 5.0     && < 5.3,
                        transformers             >= 0.2     && < 0.6,
-                       transformers-compat      >= 0.2     && < 0.6,
-                       unordered-containers     >= 0.2     && < 0.3,
+                       transformers-compat      >= 0.2     && < 0.7,
+                       unordered-containers     >= 0.2.4.0 && < 0.3,
                        vector                   >= 0.4     && < 0.13,
                        vector-instances         >= 3.3.1   && < 3.5
   if impl(ghc <7.5)
@@ -76,9 +76,9 @@
   ghc-options:         -Wall
   build-depends:       these,
                        base                    >= 4.5,
-                       quickcheck-instances    >= 0.3.15 && < 0.3.16,
-                       tasty                   >= 0.10   && < 0.12,
-                       tasty-quickcheck        >= 0.8    && < 0.10,
+                       quickcheck-instances    >= 0.3.15 && < 0.4,
+                       tasty                   >= 0.10   && < 1.1,
+                       tasty-quickcheck        >= 0.8    && < 0.11,
                        aeson,
                        bifunctors,
                        binary,
+1 −0
Original line number Diff line number Diff line
newer-deps