about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-data/bin2.hs
blob: 31d2404a6a9d5237f1156a54386e27b46ec0e1bf (plain) (blame)
1
2
3
4
5
6
7
8
module Main where

import System.Process (callProcess)
import System.Environment (getArgs)

main = do
  [arg] <- getArgs
  callProcess arg []