From 305837683782841b0d93dabc61e7e6e19df220b4 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 12 Sep 2025 09:10:37 +0200 Subject: 23_a_1: Copy code of ch23 from the examples --- ch23/23_a_1/PodCabalMain.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ch23/23_a_1/PodCabalMain.hs (limited to 'ch23/23_a_1/PodCabalMain.hs') diff --git a/ch23/23_a_1/PodCabalMain.hs b/ch23/23_a_1/PodCabalMain.hs new file mode 100644 index 0000000..3810cb3 --- /dev/null +++ b/ch23/23_a_1/PodCabalMain.hs @@ -0,0 +1,10 @@ +{-- snippet all --} +module Main where + +import qualified PodMainGUI +import Paths_pod(getDataFileName) + +main = + do gladefn <- getDataFileName "podresources.glade" + PodMainGUI.main gladefn +{-- /snippet all --} -- cgit v1.2.3