From c2ab2ab2e14eb51b11bb20c78f78edf55bf14b85 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:14:52 +0000 Subject: [PATCH] Expose DisplayTHWarning (#2712) (#2714) * Expose DisplayTHWarning * Bump ghcide version number (cherry picked from commit fc8cc9ef9b664d5ef9d1bc6986e191ca323025a7) Co-authored-by: Pepe Iborra --- ghcide/ghcide.cabal | 2 +- ghcide/src/Development/IDE/Core/Rules.hs | 1 + 2 files changed, 2 insertions(+), 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 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)