aboutsummaryrefslogtreecommitdiff
path: root/vendor/cabal-helper-0.8.1.2/tests/exelib/lib/Lib.hs
blob: 417a0ad2762f33cb0a69524998d385b1649b0ef7 (plain) (blame)
1
2
3
4
5
6
7
8
module Lib where

import System.Directory
import System.FilePath

filepath  = "a" </> "b"
directory = doesFileExist "Exe.hs"
foo = 1