From d1307ef4b6ad38ec4574e5d3631d34e97bdef86c Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 2 Dec 2017 14:52:44 +0100 Subject: ghc-session: Add flib test --- tests/fliblib/lib/Lib.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/fliblib/lib/Lib.hs (limited to 'tests/fliblib/lib') 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 -- cgit v1.2.3