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:
parent
93369900f8
commit
6ff620d4ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user