diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-10-04 16:57:44 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | 3b7d095a2fde8c031a987dd00aff4ad8e7421cf0 (patch) | |
tree | feb9c5fc5386718aa213b9180ca22e662a1c363d /tests/exeintlib/intlib | |
parent | 566787223253e63f45352b83a525e5dadf1fb82e (diff) |
Add a test which brings up a GHC session
Diffstat (limited to 'tests/exeintlib/intlib')
-rw-r--r-- | tests/exeintlib/intlib/IntLib.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/exeintlib/intlib/IntLib.hs b/tests/exeintlib/intlib/IntLib.hs new file mode 100644 index 0000000..6dde9d0 --- /dev/null +++ b/tests/exeintlib/intlib/IntLib.hs @@ -0,0 +1,7 @@ +module IntLib where + +import System.Directory + +directory = doesFileExist "Exe.hs" + +intlib = 1 |