Skip to content

Commit 0cd3f50

Browse files
committed
Stan: Build fix text
1 parent f274919 commit 0cd3f50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ rules recorder = do
100100
T.unlines $
101101
[ " ✲ Name: " <> inspectionName inspection,
102102
" ✲ Description: " <> inspectionDescription inspection,
103-
" ✲ Severity: " <> (show $ inspectionSeverity inspection),
103+
" ✲ Severity: " <> (T.pack $ show $ inspectionSeverity inspection),
104104
" ✲ Category: " <> T.intercalate " "
105105
(map (("#" <>) . unCategory) $ toList $ inspectionCategory inspection),
106106
"Possible solutions:"

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ packages:
2626
- ./plugins/hls-fourmolu-plugin
2727
- ./plugins/hls-pragmas-plugin
2828
- ./plugins/hls-module-name-plugin
29+
- ./plugins/hls-stan-plugin
2930
- ./plugins/hls-ormolu-plugin
3031
- ./plugins/hls-alternate-number-format-plugin
3132
- ./plugins/hls-code-range-plugin

0 commit comments

Comments
 (0)