aboutsummaryrefslogtreecommitdiff
path: root/ch23/23_a_1/PodLocalMain.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ch23/23_a_1/PodLocalMain.hs')
-rw-r--r--ch23/23_a_1/PodLocalMain.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ch23/23_a_1/PodLocalMain.hs b/ch23/23_a_1/PodLocalMain.hs
new file mode 100644
index 0000000..94bd963
--- /dev/null
+++ b/ch23/23_a_1/PodLocalMain.hs
@@ -0,0 +1,7 @@
+{-- snippet all --}
+module Main where
+
+import qualified PodMainGUI
+
+main = PodMainGUI.main "podresources.glade"
+{-- /snippet all --}