Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c281205

Browse files
committed
Fix GHC 8.2.2 build
1 parent 2060ffb commit c281205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ApplyRefactPluginSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ applyRefactSpec = do
112112
[Diagnostic {_range = Range { _start = Position {_line = 13, _character = 0}
113113
, _end = Position {_line = 13, _character = 100000}}
114114
, _severity = Just DsInfo
115-
, _code = Just "parser"
115+
, _code = Just (StringValue "parser")
116116
, _source = Just "hlint"
117117
, _message = "Parse error: virtual }\n data instance Sing (z :: (a :~: b)) where\n SRefl :: Sing Refl +\n> \n\n"
118118
, _relatedInformation = Nothing }]}

0 commit comments

Comments
 (0)