gentoo/dev-haskell/feed/files/feed-1.3.2.1-disable-doctest.patch
Sam James 5362f927c4
dev-haskell/feed: add 1.3.2.1 (sync with ::gentoo)
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-23 23:47:38 +01:00

19 lines
589 B
Diff

From: hololeap <hololeap@protonmail.com>
Signed-off-by: hololeap <hololeap@protonmail.com>
These doctests are difficult to run successfully and aren't worth the effort.
diff -urN feed-1.3.2.1/feed.cabal feed-1.3.2.1-r1/feed.cabal
--- feed-1.3.2.1/feed.cabal 2022-03-28 20:36:31.561223247 -0600
+++ feed-1.3.2.1-r1/feed.cabal 2022-03-28 21:05:49.501202376 -0600
@@ -153,8 +153,7 @@
main-is: doctest-driver.hs
type: exitcode-stdio-1.0
default-language: Haskell2010
- if impl(ghc < 8)
- buildable: False
+ buildable: False
build-depends:
base >= 4.6
, doctest