-- gtk2hs-cast-gtksourceview2 -- A type class for cast functions of Gtk2hs: -- gtksourceview2 package -- Copyright (c) 2009 Marco TĂșlio Gontijo e Silva -- CC0 Waiver 1.0 Universal [Beta 3] -- See LICENSE module Graphics.UI.Gtk.SourceView.Cast (Cast (..)) where -- gtksourceview2 import Graphics.UI.Gtk.SourceView -- gtk2hs-cast-glib import System.Glib.Cast -- gtk2hs-cast-th import System.Glib.Cast.TH $(instance_ "Graphics.UI.Gtk.SourceView")