File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
plugins/hls-overloaded-record-dot-plugin Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ library
42
42
, unordered-containers
43
43
, containers
44
44
hs-source-dirs : src
45
- default-language : Haskell2010
45
+ default-language : GHC2021
46
46
47
47
test-suite tests
48
48
if impl(ghc < 9.2 )
49
49
buildable : False
50
50
else
51
51
buildable : True
52
52
import : warnings
53
- default-language : Haskell2010
53
+ default-language : GHC2021
54
54
type : exitcode-stdio-1.0
55
55
hs-source-dirs : test
56
56
main-is : Main.hs
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE CPP #-}
2
2
{-# LANGUAGE DataKinds #-}
3
- {-# LANGUAGE DeriveGeneric #-}
4
- {-# LANGUAGE FlexibleContexts #-}
5
3
{-# LANGUAGE LambdaCase #-}
6
4
{-# LANGUAGE OverloadedStrings #-}
7
5
{-# LANGUAGE PatternSynonyms #-}
8
6
{-# LANGUAGE TypeFamilies #-}
9
- {-# LANGUAGE TypeOperators #-}
10
7
{-# LANGUAGE ViewPatterns #-}
11
8
12
9
module Ide.Plugin.OverloadedRecordDot
You can’t perform that action at this time.
0 commit comments