diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-11 10:47:07 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-11 10:47:07 -0300 |
commit | 9c96266ff914e2e46e3ad3a1ce9548f0f7b3e0ac (patch) | |
tree | 39774d0face305b37fb3a831a4b6e5b267639f05 /Setup.hs | |
parent | 66c096b62db95d96ef9552bd68f36df3054ebc3e (diff) |
Added Cabal build system
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..bf68901 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain
\ No newline at end of file |