This repository was archived by the owner on Oct 7, 2020. It is now read-only. 
      
File tree Expand file tree Collapse file tree 4 files changed +1
-35
lines changed Expand file tree Collapse file tree 4 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import System.IO
2626import  Haskell.Ide.Engine.Plugin.ApplyRefact 
2727import  Haskell.Ide.Engine.Plugin.Brittany 
2828import  Haskell.Ide.Engine.Plugin.Example2 
29- import  Haskell.Ide.Engine.Plugin.Bios 
3029--  import Haskell.Ide.Engine.Plugin.HaRe
3130import  Haskell.Ide.Engine.Plugin.Haddock 
3231import  Haskell.Ide.Engine.Plugin.HfaAlign 
@@ -56,7 +55,6 @@ plugins includeExamples = pluginDescToIdePlugins allPlugins
5655 , packageDescriptor " package" 
5756 , pragmasDescriptor " pragmas" 
5857 , floskellDescriptor " floskell" 
59-  , biosDescriptor " bios" 
6058 , genericDescriptor " generic" 
6159 ]
6260 examplePlugins = 
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ library
2828 Haskell.Ide.Engine.Plugin.Brittany
2929 Haskell.Ide.Engine.Plugin.Example2
3030 Haskell.Ide.Engine.Plugin.Floskell
31-  Haskell.Ide.Engine.Plugin.Bios
3231 -- Haskell.Ide.Engine.Plugin.HaRe 
3332 Haskell.Ide.Engine.Plugin.Haddock
3433 Haskell.Ide.Engine.Plugin.HfaAlign
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ import Haskell.Ide.Engine.PluginUtils
5353import  qualified  Haskell.Ide.Engine.Scheduler  as  Scheduler 
5454import  qualified  Haskell.Ide.Engine.Support.HieExtras  as  Hie 
5555import  Haskell.Ide.Engine.Types 
56- import  qualified  Haskell.Ide.Engine.Plugin.Bios  as  BIOS 
5756import  Haskell.Ide.Engine.Version 
5857import  qualified  Language.Haskell.LSP.Control  as  CTRL 
5958import  qualified  Language.Haskell.LSP.Core  as  Core 
@@ -927,7 +926,7 @@ requestDiagnosticsNormal tn file mVer = do
927926
928927 --  get GHC diagnostics and loads the typechecked module into the cache
929928 let  reqg =  GReq  tn " typecheck" Just  file) (Just  (file,ver)) Nothing  callbackg mempty 
930-  $  BIOS .
929+  $  HIE .
931930 callbackg (HIE. Diagnostics=  do 
932931 forM_ errs $  \ e ->  do 
933932 reactorSend $  NotShowMessage  $ 
                         You can’t perform that action at this time. 
           
                  
0 commit comments