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

aeson-extra: patch for newer tasty and tasty-hunit

parent db12a946
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson-extra (0.4.1.0-2) unstable; urgency=medium

  * Patch for newer tasty and tasty-hunit.

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

haskell-aeson-extra (0.4.1.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ Build-Depends:
 libghc-scientific-dev (>= 0.3),
 libghc-scientific-prof,
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-dev (>= 1.1),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-quickcheck-dev (<< 0.9),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-text-dev (<< 1.3),
+13 −0
Original line number Diff line number Diff line
--- a/aeson-extra.cabal
+++ b/aeson-extra.cabal
@@ -78,8 +78,8 @@
     , unordered-containers
     , vector
     , time-parsers          >=0.1.0.0 && <0.2
-    , tasty                 >=0.10  && <0.12
-    , tasty-hunit           >=0.9   && <0.10
+    , tasty                 >=0.10  && <1.1
+    , tasty-hunit           >=0.9   && <0.11
     , tasty-quickcheck      >=0.8   && <0.10
     , quickcheck-instances  >=0.3   && <0.4
   other-modules:
+1 −0
Original line number Diff line number Diff line
newer-deps