Skip to content

Commit d397ef4

Browse files
wz1000Ailrun
andauthored
Revert all changes to hie-compat since 11b5c2e (#1484)
Co-authored-by: Junyoung/Clare Jang <[email protected]>
1 parent 369b5e5 commit d397ef4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

hie-compat/hie-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.22
22
name: hie-compat
3-
version: 1.0.0.0
3+
version: 0.1.0.0
44
synopsis: HIE files for GHC 8.6 and other HIE file backports
55
license: Apache-2.0
66
description:

hie-compat/src-ghc86/Compat/HieDebug.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{-
22
Functions to validate and check .hie file ASTs generated by GHC.
33
-}
4+
{-# LANGUAGE StandaloneDeriving #-}
45
{-# LANGUAGE OverloadedStrings #-}
56
{-# LANGUAGE FlexibleContexts #-}
67
module Compat.HieDebug where

hie-compat/src-ghc86/Compat/HieTypes.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 #-}

0 commit comments

Comments
 (0)