File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ library
5757        Glob,
5858        haddock-library  >=  1.8 ,
5959        hashable,
60-         hie-compat ^>=  1.0 .0.0
60+         hie-compat ^>=  0.1 .0.0
6161        hls-plugin-api ^>=  1.0.0.0 ,
6262        lens,
6363        hiedb ==  0.3.0.1 ,
Original file line number Diff line number Diff line change 11cabal-version :       1.22
22name :                hie-compat
3- version :             1.0 .0.0
3+ version :             0.1 .0.0
44synopsis :            HIE files for GHC 8.6 and other HIE file backports
55license :             Apache-2.0
66description :
Original file line number Diff line number Diff line change 11{- 
22Functions to validate and check .hie file ASTs generated by GHC. 
33-} 
4+ {-# LANGUAGE  StandaloneDeriving #-}
45{-# LANGUAGE  OverloadedStrings #-}
56{-# LANGUAGE  FlexibleContexts #-}
67module  Compat.HieDebug  where 
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ For more information see https://gitlab.haskell.org/ghc/ghc/wikis/hie-files
55-} 
66{-# LANGUAGE  DeriveTraversable #-}
77{-# LANGUAGE  DeriveDataTypeable #-}
8+ {-# LANGUAGE  TypeSynonymInstances #-}
89{-# LANGUAGE  FlexibleInstances #-}
910{-# LANGUAGE  ScopedTypeVariables #-}
1011{-# OPTIONS_GHC  -Wno-orphans #-}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments