Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
Glob,
haddock-library >= 1.8,
hashable,
hie-compat ^>= 1.0.0.0,
hie-compat ^>= 0.1.0.0,
hls-plugin-api ^>= 1.0.0.0,
lens,
hiedb == 0.3.0.1,
Expand Down
2 changes: 1 addition & 1 deletion hie-compat/hie-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.22
name: hie-compat
version: 1.0.0.0
version: 0.1.0.0
synopsis: HIE files for GHC 8.6 and other HIE file backports
license: Apache-2.0
description:
Expand Down
1 change: 1 addition & 0 deletions hie-compat/src-ghc86/Compat/HieDebug.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-
Functions to validate and check .hie file ASTs generated by GHC.
-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE FlexibleContexts #-}
module Compat.HieDebug where
Expand Down
1 change: 1 addition & 0 deletions hie-compat/src-ghc86/Compat/HieTypes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ For more information see https://gitlab.haskell.org/ghc/ghc/wikis/hie-files
-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# OPTIONS_GHC -Wno-orphans #-}
Expand Down