mirror of
https://github.com/vale981/nix-development-configs
synced 2025-03-04 17:31:40 -05:00
7 lines
149 B
Haskell
7 lines
149 B
Haskell
module Main where
|
|
|
|
import HaskellSay (haskellSay)
|
|
|
|
main :: IO ()
|
|
main =
|
|
haskellSay "Hello, Haskell! You're using a function from another package!"
|