Skip to content

Commit 0c07bf4

Browse files
pepeiborramergify-bot
authored and
mergify-bot
committed
Expose DisplayTHWarning (#2712)
* Expose DisplayTHWarning * Bump ghcide version number (cherry picked from commit fc8cc9e)
1 parent 024ddc8 commit 0c07bf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ghcide/ghcide.cabal

+1-1
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

+1
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)