Commit 5ca821fb authored by Clint Adams's avatar Clint Adams
Browse files

aeson: re-enable testsuite

parent 97112961
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson (1.4.2.0-4) unstable; urgency=medium

  * Re-enable testsuite.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 18:03:41 -0400

haskell-aeson (1.4.2.0-3) unstable; urgency=medium

  * Relax orhpan dependency
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ Build-Depends:
 libghc-generic-deriving-dev (<< 1.13) <!nocheck>,
 libghc-hashable-time-dev (>= 0.2) <!nocheck>,
 libghc-hashable-time-dev (<< 0.3) <!nocheck>,
 libghc-quickcheck2-dev (>= 2.10.0.1) <!nocheck>,
 libghc-quickcheck2-dev (<< 2.13) <!nocheck>,
 libghc-tasty-dev <!nocheck>,
 libghc-tasty-hunit-dev <!nocheck>,
 libghc-tasty-quickcheck-dev <!nocheck>,
 libghc-quickcheck-instances-dev (>= 0.3.16) <!nocheck>,
Build-Depends-Indep:
 ghc-doc,
 libghc-attoparsec-doc,
+18 −0
Original line number Diff line number Diff line
--- a/aeson.cabal
+++ b/aeson.cabal
@@ -204,13 +204,13 @@
     UnitTests.NullaryConstructors
 
   build-depends:
-    QuickCheck >= 2.10.0.1 && < 2.12,
+    QuickCheck >= 2.10.0.1 && < 2.13,
     aeson,
     integer-logarithms >= 1 && <1.1,
     attoparsec,
     base,
     base-compat,
-    base-orphans >= 0.5.3 && <0.8,
+    base-orphans >= 0.5.3 && <0.9,
     base16-bytestring,
     containers,
     directory,
+1 −0
Original line number Diff line number Diff line
newer-deps
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
DEB_ENABLE_TESTS = no
DEB_ENABLE_TESTS = yes

# haskell-aeson needs a lot of memory during compilation.
# Unfortunately, this amount of memory is not available on all platforms,