diff options
author | jao <jao@gnu.org> | 2018-11-25 15:10:29 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 15:10:29 +0000 |
commit | 77df1ac30fa7af5948f7ff64f5fee9aed64552b3 (patch) | |
tree | 647a4eb67ff1c293a5c530538ee88fc0093b577a /xmobar.cabal | |
parent | e0d6da82de8d0d1cef98896164c6016b84e47068 (diff) | |
download | xmobar-77df1ac30fa7af5948f7ff64f5fee9aed64552b3.tar.gz xmobar-77df1ac30fa7af5948f7ff64f5fee9aed64552b3.tar.bz2 |
Back to app/src, since it seems they're the default convention for stack
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
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, |