diff options
| author | Hideyuki Tanaka <hideyuki@hideyuki-vbox.(none)> | 2010-04-18 02:17:49 +0900 |
|---|---|---|
| committer | Hideyuki Tanaka <hideyuki@hideyuki-vbox.(none)> | 2010-04-18 02:17:49 +0900 |
| commit | f53c351fd28b3bea6a03416a54aff631499af65a (patch) | |
| tree | 2c66380a8809ad9e8d2c47046cdedf2e988ec462 /haskell/Setup.lhs | |
| parent | fb96617377ed7330edcf239d807d2ae378e336e9 (diff) | |
| download | msgpack-python-f53c351fd28b3bea6a03416a54aff631499af65a.tar.gz | |
haskell binding
Diffstat (limited to 'haskell/Setup.lhs')
| -rw-r--r-- | haskell/Setup.lhs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell/Setup.lhs b/haskell/Setup.lhs new file mode 100644 index 0000000..5bde0de --- /dev/null +++ b/haskell/Setup.lhs @@ -0,0 +1,3 @@ +#!/usr/bin/env runhaskell +> import Distribution.Simple +> main = defaultMain |
