Commit a9809b58 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-servant: re-enable doctest, now we should have a good version in unstable

parent c9bef334
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
haskell-servant (0.13.0.1-3) UNRELEASED; urgency=medium
haskell-servant (0.13.0.1-3) unstable; urgency=medium

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

  [ Gianfranco Costamagna ]
  * Re-enable doctest and add cabal-doctest dependency

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:32 -0400

haskell-servant (0.13.0.1-2) unstable; urgency=medium
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ Build-Depends:
 libghc-base-compat-dev (>= 0.9.3),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-cabal-doctest-dev (>= 1.0.1),
 libghc-cabal-doctest-dev (<<1.1),
 libghc-cabal-doctest-prof,
 libghc-case-insensitive-dev (>= 1.2.0.10),
 libghc-case-insensitive-dev (<< 1.3),
 libghc-case-insensitive-prof,
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ export LC_ALL=C.UTF-8
# doctests fail on armel due to #839840
ifeq (armel,$(DEB_HOST_ARCH))
	DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests
else
	DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests
endif

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