diff options
Diffstat (limited to 'setup.lhs')
-rwxr-xr-x | setup.lhs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.lhs b/setup.lhs new file mode 100755 index 0000000..70652ea --- /dev/null +++ b/setup.lhs @@ -0,0 +1,4 @@ +#!/usr/bin/env runhaskell + +> import Distribution.Simple +> main = defaultMainWithHooks simpleUserHooks |