Commit 9ec12aca authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

wreq: Disable doctests since they require network access

Closes: #897512
parent e9f5b218
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-wreq (0.5.2.1-2) UNRELEASED; urgency=medium
haskell-wreq (0.5.2.1-2) unstable; urgency=medium

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:56 -0400
  [ Ilias Tsitsimpis ]
  * Disable doctests since they require network access (Closes: #897512)

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Mon, 11 Jun 2018 19:51:02 +0300

haskell-wreq (0.5.2.1-1) unstable; urgency=medium

+3 −0
Original line number Diff line number Diff line
@@ -4,5 +4,8 @@ DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = wreq
DEB_DEFAULT_COMPILER = ghc

# Disable doctests since they require network access
DEB_SETUP_GHC_CONFIGURE_ARGS += -f-doctest

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk