diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-05-28 12:22:24 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-05-28 12:22:24 +0000 |
commit | 80673221e704b451e0d9468d6dfe1a38ad676c07 (patch) | |
tree | 1cba10d54d457ebfda1ec7810149664818834027 /Setup.hs | |
parent | c3a1c3ed7c1be6f255ff3bd4f8ec6d2dd2a29b66 (diff) |
common trans
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..2ba14af --- /dev/null +++ b/Setup.hs | |||
@@ -0,0 +1,2 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||