-
Notifications
You must be signed in to change notification settings - Fork 0
/
Setup.hs
46 lines (41 loc) · 1.34 KB
/
Setup.hs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{-
Excited without bugs, have fun ("▔□▔)/hi~♡ Nasy.
------------------------------------------------
| * *
| . .
| .
| * ,
| .
|
| *
| |\___/|
| ) -( . ·
| =\ - /=
| )===( *
| / - \
| |- |
| / - \ 0.|.0
| NASY___\__( (__/_____(\=/)__+1s____________
| ______|____) )______|______|______|______|_
| ___|______( (____|______|______|______|____
| ______|____\_|______|______|______|______|_
| ___|______|______|______|______|______|____
| ______|______|______|______|______|______|_
| ___|______|______|______|______|______|____
There are more things in heaven and earth, Horatio, than are dreamt.
-- From "Hamlet"
--------------------------------------------------------------------------------
-}
--------------------------------------------------------------------------------
-- |
-- Filename : Setup.hs
-- Project : NasyMoe
-- Author : Nasy
-- License : GPL-3.0+
--
-- Maintainer : Nasy <[email protected]>
--
--------------------------------------------------------------------------------
import Distribution.Simple
main :: IO ()
main = defaultMain