summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-import/Main.hs
blob: 1bded5e8e55bee5f59f3f5c43a5df0ff51c7ef13 (plain) (blame)
1
2
3
4
5
6
module Main where

import Lib (printValue)

main :: IO ()
main = printValue