haskell.nix/test/with-packages/TestWithPackages.hs
2019-01-30 15:38:38 +10:00

7 lines
129 B
Haskell

-- | Haddock test stuff
module TestWithPackages (hello) where
-- | Standard hello text.
hello :: String
hello = "Hello, world!"