Commit 3aea7e78 authored by Clint Adams's avatar Clint Adams
Browse files

servant: disable doctests on all architectures

parent c84768ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
--- a/binary-tagged.cabal
+++ b/binary-tagged.cabal
@@ -39,7 +39,6 @@ library
@@ -39,7 +39,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
@@ -8,7 +8,7 @@
     , scientific               >=0.3  && <0.4
     , SHA                      >=1.6  && <1.7
     , semigroups               >=0.16 && <0.19
@@ -68,7 +67,6 @@ test-suite binary-tagged-test
@@ -68,7 +67,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
@@ -16,7 +16,7 @@
     , scientific               >=0.3  && <0.4
     , SHA                      >=1.6  && <1.7
     , semigroups               >=0.16 && <0.19
@@ -105,7 +103,6 @@ benchmark binary-tagged-bench
@@ -105,7 +103,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
+6 −0
Original line number Diff line number Diff line
haskell-servant (0.13.0.1-2) unstable; urgency=medium

  * Disable doctests on all architectures.

 -- Clint Adams <clint@debian.org>  Thu, 26 Apr 2018 21:03:54 -0400

haskell-servant (0.13.0.1-1) unstable; urgency=medium

  * New upstream release
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ 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