From 77df1ac30fa7af5948f7ff64f5fee9aed64552b3 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 25 Nov 2018 15:10:29 +0000 Subject: Back to app/src, since it seems they're the default convention for stack --- xmobar.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index aff3dcf..7f82725 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -92,7 +92,7 @@ flag with_conduit default: False library - hs-source-dirs: src/lib + hs-source-dirs: src exposed-modules: Xmobar, Xmobar.Config, @@ -249,7 +249,7 @@ library cpp-options: -DUVMETER executable xmobar - hs-source-dirs: src/app + hs-source-dirs: app main-is: Main.hs other-modules: Paths_xmobar, Configuration build-depends: base, @@ -277,7 +277,7 @@ executable xmobar test-suite XmobarTest type: exitcode-stdio-1.0 - hs-source-dirs: src/lib, test + hs-source-dirs: src, test main-is: Spec.hs build-depends: base, containers, -- cgit v1.2.3