aboutsummaryrefslogtreecommitdiff
path: root/tests/fliblib/lib
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-12-02 14:52:44 +0100
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commitd1307ef4b6ad38ec4574e5d3631d34e97bdef86c (patch)
tree32afd2a18da2b5ca74b692a7aa9cc5e4ab6f94d3 /tests/fliblib/lib
parentc886e22d3d526bc76a3f2854ed99ab004c965d8d (diff)
ghc-session: Add flib test
Diffstat (limited to 'tests/fliblib/lib')
-rw-r--r--tests/fliblib/lib/Lib.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fliblib/lib/Lib.hs b/tests/fliblib/lib/Lib.hs
new file mode 100644
index 0000000..417a0ad
--- /dev/null
+++ b/tests/fliblib/lib/Lib.hs
@@ -0,0 +1,8 @@
+module Lib where
+
+import System.Directory
+import System.FilePath
+
+filepath = "a" </> "b"
+directory = doesFileExist "Exe.hs"
+foo = 1