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/Setup.hs | |
parent | c886e22d3d526bc76a3f2854ed99ab004c965d8d (diff) |
ghc-session: Add flib test
Diffstat (limited to 'tests/fliblib/Setup.hs')
-rw-r--r-- | tests/fliblib/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fliblib/Setup.hs b/tests/fliblib/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/tests/fliblib/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |