nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
63 B
Haskell
Raw Normal View History

module Main where
main :: IO ()
main = putStrLn "Hello, Bar!"