diff options
Diffstat (limited to 'src/Gtk/Widgets/Sheet.icl')
-rw-r--r-- | src/Gtk/Widgets/Sheet.icl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Gtk/Widgets/Sheet.icl b/src/Gtk/Widgets/Sheet.icl index 442f67d..f27d964 100644 --- a/src/Gtk/Widgets/Sheet.icl +++ b/src/Gtk/Widgets/Sheet.icl @@ -1,14 +1,8 @@ implementation module Gtk.Widgets.Sheet -/** - * This module provides support for GtkSheet; a spreadsheet widget. See - * https://fpaquet.github.io/gtksheet/ for more details and installation - * instructions. Use the 'Gtk with GtkSheet' environment. - */ +import StdEnv import Control.Monad -import Control.Monad.Identity -import Control.Monad.State import System._Pointer import Gtk |