haskell.nix/test/compiler-nix-name/Main.hs
2020-05-17 17:08:03 +12:00

6 lines
95 B
Haskell

{-# LANGUAGE CPP #-}
module Main where
main :: IO ()
main = putStr $ show __GLASGOW_HASKELL__