From dcf62aeeb4f0521fd5f4bfc51e19f2fbfacedb6a Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 11 Sep 2018 19:06:35 +0000 Subject: [PATCH] Hides summoner Summoner exports a `Prelude` module that conflicts with the one in `base` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a20ac5b..7f772d11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4565,6 +4565,7 @@ hide: - base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 - hs-functors # conflicts with profunctors, see https://github.com/fpco/stackage/issues/3609 - constraint # conflicts with constraints +- summoner # conflicts with Prelude in base # Cryptonite deprecations - cipher-aes