From d1432c206b1df94d047860a302d90b638ab132f6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 30 May 2016 14:20:00 +0200 Subject: [PATCH] Fix build for ghc < 7.10 --- src/HSFM/GUI/Gtk/Dialogs.hs | 4 ++++ src/HSFM/GUI/Gtk/MyView.hs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/HSFM/GUI/Gtk/Dialogs.hs b/src/HSFM/GUI/Gtk/Dialogs.hs index f84ec5c..14bdad8 100644 --- a/src/HSFM/GUI/Gtk/Dialogs.hs +++ b/src/HSFM/GUI/Gtk/Dialogs.hs @@ -21,6 +21,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. module HSFM.GUI.Gtk.Dialogs where +import Control.Applicative + ( + (<$>) + ) import Control.Exception ( displayException diff --git a/src/HSFM/GUI/Gtk/MyView.hs b/src/HSFM/GUI/Gtk/MyView.hs index 0c667c3..2d60bda 100644 --- a/src/HSFM/GUI/Gtk/MyView.hs +++ b/src/HSFM/GUI/Gtk/MyView.hs @@ -21,6 +21,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. module HSFM.GUI.Gtk.MyView where +import Control.Applicative + ( + (<$>) + ) import Control.Concurrent.MVar ( newEmptyMVar