diff options
author | 3gg <3gg@shellblade.net> | 2023-03-10 09:03:32 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-03-10 09:03:32 -0800 |
commit | 6e26564f4235eeea5dda386282e18081db6f8f07 (patch) | |
tree | 2c9c61f20d8f75385dbc8cdda1a3962de1a4c613 /Demos/Pong/Setup.hs | |
parent | f688e3b624226ca843a7256987d9a76560a3ab9b (diff) |
Compile demos with main project.
Diffstat (limited to 'Demos/Pong/Setup.hs')
-rw-r--r-- | Demos/Pong/Setup.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Pong/Setup.hs b/Demos/Pong/Setup.hs new file mode 100644 index 0000000..e8ef27d --- /dev/null +++ b/Demos/Pong/Setup.hs | |||
@@ -0,0 +1,3 @@ | |||
1 | import Distribution.Simple | ||
2 | |||
3 | main = defaultMain | ||