mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
6f566a6d5d
* Filter components using buildable flag * Bump nix-tools * Include components without buildable flag * Test buildable components are filtered correctly
5 lines
67 B
Haskell
5 lines
67 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|