Skip to content

Commit 4c9cb4d

Browse files
committed
Update GHC
1 parent 89144d1 commit 4c9cb4d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
The Glorious Glasgow Haskell Compilation System, version 9.8.1
2-
1+
The Glorious Glasgow Haskell Compilation System, version 9.12.1
32
compile_fail/block_comments/unclosed_block.hs:1:1: error: [GHC-21231]
43
unterminated `{-' at end of input
54
|
65
1 | {-
76
| ^^...
7+
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
The Glorious Glasgow Haskell Compilation System, version 9.8.1
2-
1+
The Glorious Glasgow Haskell Compilation System, version 9.12.1
32
compile_fail/block_comments/unopened_block.hs:1:2: error: [GHC-58481]
43
parse error on input ‘}’
54
|
65
1 | -}
76
| ^
7+

tests/langs/haskell/execute/isSpace.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Glorious Glasgow Haskell Compilation System, version 9.8.1
1+
The Glorious Glasgow Haskell Compilation System, version 9.12.1
22
Characters matching Data.Char.isSpace:
33
' ' U+0009
44
'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Glorious Glasgow Haskell Compilation System, version 9.8.1
1+
The Glorious Glasgow Haskell Compilation System, version 9.12.1
22
Characters which Data.Char.toLower maps to ASCII:
33
'İ' U+0130 -> 'i' U+0069
44
'K' U+212A -> 'k' U+006B

0 commit comments

Comments
 (0)