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

import System.Environment

main = getExecutablePath >>= putStrLn