From 7d11e5b47d06d38b23fc1190aba640de9daa76e0 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 24 Nov 2018 22:23:44 +0000 Subject: Exported modules and names adjustments --- samples/Plugins/HelloWorld.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples') diff --git a/samples/Plugins/HelloWorld.hs b/samples/Plugins/HelloWorld.hs index df5cff6..d2267ae 100644 --- a/samples/Plugins/HelloWorld.hs +++ b/samples/Plugins/HelloWorld.hs @@ -12,9 +12,9 @@ -- ----------------------------------------------------------------------------- -module Plugins.HelloWorld where +module Xmobar.Plugins.HelloWorld where -import Plugins +import Xmobar.Plugins data HelloWorld = HelloWorld deriving (Read, Show) -- cgit v1.2.3