diff --git a/Gtk.hs b/Gtk.hs index c2d8882..ff73476 100644 --- a/Gtk.hs +++ b/Gtk.hs @@ -1,4 +1,4 @@ -module Gtk where +module Gtk (makeGUI) where import Control.Monad.IO.Class import Defaults