diff --git a/src/HSFM/GUI/Gtk/Errors.hs b/src/HSFM/GUI/Gtk/Errors.hs index b301f9a..5a37711 100644 --- a/src/HSFM/GUI/Gtk/Errors.hs +++ b/src/HSFM/GUI/Gtk/Errors.hs @@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --} +{-# LANGUAGE DeriveDataTypeable #-} {-# OPTIONS_HADDOCK ignore-exports #-} -- |Provides error handling for Gtk. diff --git a/src/HSFM/GUI/Gtk/Icons.hs b/src/HSFM/GUI/Gtk/Icons.hs index 76c0aad..5f279d1 100644 --- a/src/HSFM/GUI/Gtk/Icons.hs +++ b/src/HSFM/GUI/Gtk/Icons.hs @@ -22,6 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. module HSFM.GUI.Gtk.Icons where +import Control.Applicative + ( + (<$>) + ) import Data.Maybe ( fromJust diff --git a/src/HSFM/GUI/Gtk/Utils.hs b/src/HSFM/GUI/Gtk/Utils.hs index e64b3c0..1d05f2d 100644 --- a/src/HSFM/GUI/Gtk/Utils.hs +++ b/src/HSFM/GUI/Gtk/Utils.hs @@ -21,6 +21,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. module HSFM.GUI.Gtk.Utils where +import Control.Applicative + ( + (<$>) + ) import Control.Concurrent.MVar ( readMVar