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)