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
57
57
Glob,
58
58
haddock-library >= 1.8 ,
59
59
hashable,
60
- hie-compat ^>= 1.0 .0.0 ,
60
+ hie-compat ^>= 0.1 .0.0 ,
61
61
hls-plugin-api ^>= 1.0.0.0 ,
62
62
lens,
63
63
hiedb == 0.3.0.1 ,
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.22
2
2
name : hie-compat
3
- version : 1.0 .0.0
3
+ version : 0.1 .0.0
4
4
synopsis : HIE files for GHC 8.6 and other HIE file backports
5
5
license : Apache-2.0
6
6
description :
Original file line number Diff line number Diff line change 1
1
{-
2
2
Functions to validate and check .hie file ASTs generated by GHC.
3
3
-}
4
+ {-# LANGUAGE StandaloneDeriving #-}
4
5
{-# LANGUAGE OverloadedStrings #-}
5
6
{-# LANGUAGE FlexibleContexts #-}
6
7
module 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
5
5
-}
6
6
{-# LANGUAGE DeriveTraversable #-}
7
7
{-# LANGUAGE DeriveDataTypeable #-}
8
+ {-# LANGUAGE TypeSynonymInstances #-}
8
9
{-# LANGUAGE FlexibleInstances #-}
9
10
{-# LANGUAGE ScopedTypeVariables #-}
10
11
{-# OPTIONS_GHC -Wno-orphans #-}
You can’t perform that action at this time.
0 commit comments