From 223e8c10bc318b50299ce5a3b6a817cecb9a3342 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 13 Jul 2020 22:15:19 +0800 Subject: [PATCH] disable opml-conduit: fails with refined-0.5 opml-conduit-0.8.0.0/Text/OPML/Types.hs:57:49: error: Variable not in scope: throwRefine :: RefineException -> Maybe () | 57 | validate p value = unless (Text.null value) $ throwRefine $ RefineOtherException (typeOf p) "Text is not null" | ^^^^^^^^^^^ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a895153..0ea1c00e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2195,7 +2195,7 @@ packages: - conduit-parse - dublincore-xml-conduit - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - - opml-conduit + - opml-conduit < 0 # Variable not in scope: throwRefine - rss-conduit < 0 - timerep - xml-conduit-parse < 0 # compilation error