We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024ddc8 commit 0c07bf4Copy full SHA for 0c07bf4
ghcide/ghcide.cabal
@@ -2,7 +2,7 @@ cabal-version: 2.4
2
build-type: Simple
3
category: Development
4
name: ghcide
5
-version: 1.6.0.0
+version: 1.6.0.1
6
license: Apache-2.0
7
license-file: LICENSE
8
author: Digital Asset and Ghcide contributors
ghcide/src/Development/IDE/Core/Rules.hs
@@ -57,6 +57,7 @@ module Development.IDE.Core.Rules(
57
getParsedModuleDefinition,
58
typeCheckRuleDefinition,
59
GhcSessionDepsConfig(..),
60
+ DisplayTHWarning(..),
61
) where
62
63
#if !MIN_VERSION_ghc(8,8,0)
0 commit comments