From 074199fa0af266baef5f20c62587d35268674330 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 17 Apr 2019 17:05:24 +0800 Subject: [PATCH] hide ghc-lib-parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eg: src/Text/Heterocephalus.hs:71:1: error: Ambiguous module name ‘Language.Haskell.TH.Lib’: it was found in multiple packages: ghc-lib-parser-0.20190402 template-haskell-2.14.0.0 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76bc6c94..d8b0493c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5688,6 +5688,7 @@ hide: - temporary-rc # conflicts with temporary - temporary-resourcet # conflicts with temporary - ghc-lib # per its own recommendation. conflicts with template-haskell +- ghc-lib-parser # also conflicts with template-haskell # Cryptonite deprecations - cipher-aes