From 94dd75fb37da839f8201a3827a0a804e6866b6fb Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 6 Oct 2014 22:51:54 +0200 Subject: [PATCH] Limit public Gtk API --- Gtk.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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