summaryrefslogtreecommitdiffhomepage
path: root/samples
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-24 22:23:44 +0000
committerjao <jao@gnu.org>2018-11-24 22:23:44 +0000
commit7d11e5b47d06d38b23fc1190aba640de9daa76e0 (patch)
tree156636cd9629f572a3b8f80d55954ad88af3e1b5 /samples
parent4af5117eb47028b234f4779c9c62cf344320e151 (diff)
downloadxmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.gz
xmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.bz2
Exported modules and names adjustments
Diffstat (limited to 'samples')
-rw-r--r--samples/Plugins/HelloWorld.hs4
1 files changed, 2 insertions, 2 deletions
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)