We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d345d4f commit d43f6fcCopy full SHA for d43f6fc
test/compiler-nix-name/Main.hs
@@ -2,4 +2,4 @@
2
module Main where
3
4
main :: IO ()
5
-main = print __GLASGOW_HASKELL__
+main = putStr $ show __GLASGOW_HASKELL__
0 commit comments