diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-12-02 14:52:44 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | d1307ef4b6ad38ec4574e5d3631d34e97bdef86c (patch) | |
tree | 32afd2a18da2b5ca74b692a7aa9cc5e4ab6f94d3 /tests/fliblib/FLib.hs | |
parent | c886e22d3d526bc76a3f2854ed99ab004c965d8d (diff) |
ghc-session: Add flib test
Diffstat (limited to 'tests/fliblib/FLib.hs')
-rw-r--r-- | tests/fliblib/FLib.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fliblib/FLib.hs b/tests/fliblib/FLib.hs new file mode 100644 index 0000000..e6a9818 --- /dev/null +++ b/tests/fliblib/FLib.hs @@ -0,0 +1,5 @@ +module FLib where + +import Lib + +flib = print foo |