We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8e288 commit a7cb24eCopy full SHA for a7cb24e
plugins/hls-overloaded-record-dot-plugin/hls-overloaded-record-dot-plugin.cabal
@@ -22,11 +22,11 @@ common warnings
22
ghc-options: -Wall
23
24
library
25
+ import: warnings
26
if impl(ghc < 9.2)
27
buildable: False
28
else
29
buildable: True
- import: warnings
30
exposed-modules: Ide.Plugin.OverloadedRecordDot
31
build-depends:
32
, base >=4.16 && <5
@@ -46,11 +46,11 @@ library
46
default-language: GHC2021
47
48
test-suite tests
49
50
51
52
53
54
55
type: exitcode-stdio-1.0
56
hs-source-dirs: test
0 commit comments