From d24f541a61b76904e6a3bbe80230aa4cda869419 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jan 2020 01:52:24 +0800 Subject: [PATCH] disable cheapskate due to MonadFail (jgm/cheapskate#33) --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27466f8f..0e8c508d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2299,8 +2299,8 @@ packages: - microlens-ghc - microlens-contra - shortcut-links < 0 # MonadFail - - cheapskate-highlight - - cheapskate-lucid + - cheapskate-highlight < 0 # cheapskate + - cheapskate-lucid < 0 # cheapskate - cmark-lucid - cmark-highlight < 0 # cmark-0.6 - Spock-lucid < 0 # GHC 8.4 via Spock @@ -2432,7 +2432,7 @@ packages: - core-text "Sean Hunt @ivan-m": - fgl @@ -3291,7 +3291,7 @@ packages: "Tom Nielsen @glutamate": - plotlyhs - - inliterate + - inliterate < 0 # cheapskate "Hyunje Jun @noraesae": - line < 0 # via scotty @@ -5608,6 +5608,7 @@ skipped-benchmarks: # These can also be checked for updates periodically. - o-clock # base-4.10 and time-1.8 via tiempo - minisat-solver # Cabal-2.2.0.1 via easyrender + - cmark-gfm # via cheapskate # Compilation failures - cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46