Skip to content

Commit d43f6fc

Browse files
authored
Fix compiler-nix-name test for mingwW64 (#613)
1 parent d345d4f commit d43f6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler-nix-name/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
module Main where
33

44
main :: IO ()
5-
main = print __GLASGOW_HASKELL__
5+
main = putStr $ show __GLASGOW_HASKELL__

0 commit comments

Comments
 (0)