[Small tweaks John Goerzen **20080422065530] { hunk ./en/ch24-gui.xml 92 + + + Exercises + + + Modify the podcatcher to be able to run with + either the GUI or the command-line interface from a single code + base. Hint: move common code out of + PodMain.hs, then have two different + Main modules, one for the GUI, and one for + the command line. + + + + + hunk ./examples/ch24/PodMain.hs 13 +-- GUI libraries + hunk ./examples/ch24/PodMain.hs 18 +-- Threading + hunk ./examples/ch24/PodMain.hs 22 +-- | Our main GUI type }