Skip to content

Commit

Permalink
Expose DisplayTHWarning (#2712)
Browse files Browse the repository at this point in the history
* Expose DisplayTHWarning

* Bump ghcide version number

(cherry picked from commit fc8cc9e)
  • Loading branch information
pepeiborra authored and mergify-bot committed Feb 14, 2022
1 parent 024ddc8 commit 0c07bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ghcide/src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module Development.IDE.Core.Rules(
getParsedModuleDefinition,
typeCheckRuleDefinition,
GhcSessionDepsConfig(..),
DisplayTHWarning(..),
) where

#if !MIN_VERSION_ghc(8,8,0)
Expand Down

0 comments on commit 0c07bf4

Please sign in to comment.