From 50134d5b5c4baabdfb35c0aeb8bf53d29f009c4d Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 21 Nov 2018 23:51:41 +0000 Subject: All sources moved inside src --- xmobar.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 89f7997..4a22a8b 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -92,7 +92,7 @@ flag with_conduit default: False library - hs-source-dirs: src + hs-source-dirs: src/lib exposed-modules: Xmobar, Xmobar.Actions, @@ -243,7 +243,7 @@ library cpp-options: -DUVMETER executable xmobar - hs-source-dirs: app + hs-source-dirs: src/app main-is: Main.hs other-modules: Paths_xmobar, Configuration build-depends: base, @@ -271,7 +271,7 @@ executable xmobar test-suite XmobarTest type: exitcode-stdio-1.0 - hs-source-dirs: src, test + hs-source-dirs: src/lib, test main-is: Spec.hs build-depends: base, containers, -- cgit v1.2.3