about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs
blob: 2e67d221fb22e36d27cd3ef728744dab88d70c25 (plain) (blame)
1
2
3
4
5
6
module Main (main) where

import QuuxLib (message)

main :: IO ()
main = putStrLn message