[Add a prefix specifically for Gtk2Hs
Neil Mitchell **20060716172616] {
hunk ./src/Web/Main.hs 107
- outputFileParam "prefix" tSearch
+ outputFileParam (if useGtk then "prefix_gtk" else "prefix") tSearch
hunk ./src/Web/Main.hs 111
- (if useGtk then "Gtk: " else "") ++
addfile ./src/Web/res/prefix_gtk.inc
hunk ./src/Web/res/prefix_gtk.inc 1
+
+
+
+
+ $ - Hoogle
+
+
+
+
+
+
+
+
+
+
+
+
}