diff options
Diffstat (limited to 'tests/custom-setup/Lib.hs')
-rw-r--r-- | tests/custom-setup/Lib.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/custom-setup/Lib.hs b/tests/custom-setup/Lib.hs new file mode 100644 index 0000000..417a0ad --- /dev/null +++ b/tests/custom-setup/Lib.hs @@ -0,0 +1,8 @@ +module Lib where + +import System.Directory +import System.FilePath + +filepath = "a" </> "b" +directory = doesFileExist "Exe.hs" +foo = 1 |