summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-21 23:51:41 +0000
committerjao <jao@gnu.org>2018-11-21 23:51:41 +0000
commit50134d5b5c4baabdfb35c0aeb8bf53d29f009c4d (patch)
treea710ee9a8e9ea9e46951d371af29081e1c72f502 /xmobar.cabal
parent7674145b878fd315999558075edcfc5e09bdd91c (diff)
downloadxmobar-50134d5b5c4baabdfb35c0aeb8bf53d29f009c4d.tar.gz
xmobar-50134d5b5c4baabdfb35c0aeb8bf53d29f009c4d.tar.bz2
All sources moved inside src
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal6
1 files changed, 3 insertions, 3 deletions
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,