Skip to content

Commit 6ff36d0

Browse files
committed
Fix a cabal file
1 parent eae9e55 commit 6ff36d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ common warnings
2222
ghc-options: -Wall
2323

2424
library
25+
import: warnings
2526
if impl(ghc < 9.2)
2627
buildable: False
2728
else
2829
buildable: True
29-
import: warnings
3030
exposed-modules: Ide.Plugin.OverloadedRecordDot
3131
build-depends:
3232
, base >=4.16 && <5

0 commit comments

Comments
 (0)