Skip to content

Commit 00e71fe

Browse files
committed
Use GHC2021 and updated gif
1 parent 5013c69 commit 00e71fe

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
Loading

plugins/hls-overloaded-record-dot-plugin/hls-overloaded-record-dot-plugin.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ library
4242
, unordered-containers
4343
, containers
4444
hs-source-dirs: src
45-
default-language: Haskell2010
45+
default-language: GHC2021
4646

4747
test-suite tests
4848
if impl(ghc < 9.2)
4949
buildable: False
5050
else
5151
buildable: True
5252
import: warnings
53-
default-language: Haskell2010
53+
default-language: GHC2021
5454
type: exitcode-stdio-1.0
5555
hs-source-dirs: test
5656
main-is: Main.hs

plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE DataKinds #-}
3-
{-# LANGUAGE DeriveGeneric #-}
4-
{-# LANGUAGE FlexibleContexts #-}
53
{-# LANGUAGE LambdaCase #-}
64
{-# LANGUAGE OverloadedStrings #-}
75
{-# LANGUAGE PatternSynonyms #-}
86
{-# LANGUAGE TypeFamilies #-}
9-
{-# LANGUAGE TypeOperators #-}
107
{-# LANGUAGE ViewPatterns #-}
118

129
module Ide.Plugin.OverloadedRecordDot

0 commit comments

Comments
 (0)