aboutsummaryrefslogtreecommitdiff
path: root/ch23/23_a_1/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ch23/23_a_1/Setup.hs')
-rw-r--r--ch23/23_a_1/Setup.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ch23/23_a_1/Setup.hs b/ch23/23_a_1/Setup.hs
new file mode 100644
index 0000000..f9062b2
--- /dev/null
+++ b/ch23/23_a_1/Setup.hs
@@ -0,0 +1,5 @@
+#!/usr/bin/env runhugs
+import Distribution.Simple
+
+main = defaultMain
+