From 455c18e5509c3e915cd10b2f37664d8b2a6d5935 Mon Sep 17 00:00:00 2001 From: Gareth Daniel Smith Date: Mon, 27 Jan 2020 21:16:54 +0000 Subject: [PATCH] Fix module doc-comment --- gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs b/gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs index d380824..f644522 100644 --- a/gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs +++ b/gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs @@ -5,13 +5,13 @@ {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} -module GI.Gtk.Declarative.WindowHost (windowHost) where - -- | A wrapper around a child widget that also allows you to create a new window. -- The window itself is not a child of this widget, nor of the parent widget, but is -- a new top-level window: The window host just provides a place for the new window -- to live, whilst fitting into the general tree-of-components pattern that is used -- by gi-gtk-declarative. +module GI.Gtk.Declarative.WindowHost (windowHost) where + import Data.Maybe (fromMaybe) import Data.Typeable ((:~:) (..), Typeable, eqT) import qualified GI.Gtk as Gtk