mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
c258167a50
Currently the builder tries and fails to register a non existent library component.
5 lines
67 B
Haskell
5 lines
67 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|