diff options
author | Ben Sima <ben@bsima.me> | 2018-07-11 12:57:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-11 12:57:18 -0700 |
commit | b26eb3413979ddf8a676b604401f9853d5a342bc (patch) | |
tree | 4f4e7373f4b50353cf5c4b08fb2fde03d544f305 /anonco/Setup.hs | |
parent | 781400254cf01bc564ddf96b68a4ba690424a264 (diff) |
Rename to anonco
Diffstat (limited to 'anonco/Setup.hs')
-rw-r--r-- | anonco/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/anonco/Setup.hs b/anonco/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/anonco/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |