From b63822c8f8d86e0083514bebff31c4181bd623be Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 14 Feb 2022 15:25:18 +0000 Subject: [PATCH 1/2] Expose DisplayTHWarning --- ghcide/src/Development/IDE/Core/Rules.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghcide/src/Development/IDE/Core/Rules.hs b/ghcide/src/Development/IDE/Core/Rules.hs index 108b143e54..aa4b66e4f7 100644 --- a/ghcide/src/Development/IDE/Core/Rules.hs +++ b/ghcide/src/Development/IDE/Core/Rules.hs @@ -57,6 +57,7 @@ module Development.IDE.Core.Rules( getParsedModuleDefinition, typeCheckRuleDefinition, GhcSessionDepsConfig(..), + DisplayTHWarning(..), ) where #if !MIN_VERSION_ghc(8,8,0) From 54c93e2b0e0150ba3a83c27138b7a11cfab6e6a5 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 14 Feb 2022 15:27:24 +0000 Subject: [PATCH 2/2] Bump ghcide version number --- ghcide/ghcide.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index a315037302..a59c6ac70c 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -2,7 +2,7 @@ cabal-version: 2.4 build-type: Simple category: Development name: ghcide -version: 1.6.0.0 +version: 1.6.0.1 license: Apache-2.0 license-file: LICENSE author: Digital Asset and Ghcide contributors