Limit public Gtk API

This commit is contained in:
2014-10-06 22:51:54 +02:00
parent 98a1b367d5
commit 94dd75fb37

2
Gtk.hs
View File

@@ -1,4 +1,4 @@
module Gtk where
module Gtk (makeGUI) where
import Control.Monad.IO.Class
import Defaults