diff options
author | jao <jao@gnu.org> | 2018-02-01 05:25:18 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-02-01 05:25:18 +0100 |
commit | 2b09af2d3ea2bbc623306899924b005551688b0a (patch) | |
tree | 801f41d359471d3c503cc212a6921e7f54f11eeb /setup.lhs | |
parent | 0058d741dae651f359bab979d1907c385ac1dc08 (diff) | |
download | xmobar-2b09af2d3ea2bbc623306899924b005551688b0a.tar.gz xmobar-2b09af2d3ea2bbc623306899924b005551688b0a.tar.bz2 |
lowercase ftw
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 |