Skip to content

Commit c2ab2ab

Browse files
Expose DisplayTHWarning (#2712) (#2714)
* Expose DisplayTHWarning * Bump ghcide version number (cherry picked from commit fc8cc9e) Co-authored-by: Pepe Iborra <[email protected]>
1 parent 024ddc8 commit c2ab2ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.6.0.0
5+
version: 1.6.0.1
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

ghcide/src/Development/IDE/Core/Rules.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module Development.IDE.Core.Rules(
5757
getParsedModuleDefinition,
5858
typeCheckRuleDefinition,
5959
GhcSessionDepsConfig(..),
60+
DisplayTHWarning(..),
6061
) where
6162

6263
#if !MIN_VERSION_ghc(8,8,0)

0 commit comments

Comments
 (0)