diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-11-21 08:30:22 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-11-21 08:30:22 +0100 |
| commit | 82b21bece81f644988ab563d680df8ebbb252587 (patch) | |
| tree | 3eadd1a54e57038e901144e8d34d09bcb81be04b /Setup.hs | |
| parent | fdd627bf5d7ae7a78f716ffb2245710e5e200477 (diff) | |
| download | graphql-spice-82b21bece81f644988ab563d680df8ebbb252587.tar.gz | |
Add Setup.hs
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..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |
