From 4d1402a1a7d87767267d48a77998e4fb13395b31 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Sat, 17 Mar 2018 22:48:24 -0400 Subject: Split Modules into Library & Executable Structure Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. --- test/Plugins/Monitors/CommonSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Plugins/Monitors/CommonSpec.hs b/test/Plugins/Monitors/CommonSpec.hs index 847368c..ee1a5bc 100644 --- a/test/Plugins/Monitors/CommonSpec.hs +++ b/test/Plugins/Monitors/CommonSpec.hs @@ -4,7 +4,7 @@ module Plugins.Monitors.CommonSpec ) where import Test.Hspec -import Plugins.Monitors.Common +import Xmobar.Plugins.Monitors.Common main :: IO () main = hspec spec -- cgit v1.2.3