Limit public Gtk API

This commit is contained in:
hasufell 2014-10-06 22:51:54 +02:00
parent 98a1b367d5
commit 94dd75fb37
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

2
Gtk.hs
View File

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