Fix some compiler warnings

The Plugin module is supposed to be extendable so
there will be unused imports on purpose.
This commit is contained in:
Julian Ospald 2018-02-06 00:59:50 +01:00
parent 93369900f8
commit 6ff620d4ae
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
{-# OPTIONS_HADDOCK ignore-exports #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
module HSFM.GUI.Gtk.Plugins where