From 3b7d095a2fde8c031a987dd00aff4ad8e7421cf0 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 4 Oct 2017 16:57:44 +0200 Subject: Add a test which brings up a GHC session --- tests/exeintlib/lib/Lib.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/exeintlib/lib/Lib.hs (limited to 'tests/exeintlib/lib/Lib.hs') diff --git a/tests/exeintlib/lib/Lib.hs b/tests/exeintlib/lib/Lib.hs new file mode 100644 index 0000000..fe44c70 --- /dev/null +++ b/tests/exeintlib/lib/Lib.hs @@ -0,0 +1,8 @@ +module Lib where + +import System.FilePath +import IntLib + +filepath = "a" "b" + +lib = 1 + intlib -- cgit v1.2.3