summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-01 19:13:08 +0000
committerjao <jao@gnu.org>2018-12-01 19:13:08 +0000
commit1cc4f0c1924e20fad7018307c549cee445afbaf7 (patch)
tree2354f077dcb885e13b3b8dec8cfd44952b83f5a3
parent836bcb7286275969ce4b22ad130384652c5821e8 (diff)
downloadxmobar-config-1cc4f0c1924e20fad7018307c549cee445afbaf7.tar.gz
xmobar-config-1cc4f0c1924e20fad7018307c549cee445afbaf7.tar.bz2
Directory layout directly usable by xmobar executable
-rw-r--r--src/MPD.hs (renamed from app/MPD.hs)0
-rw-r--r--src/Mpris.hs (renamed from app/Mpris.hs)0
-rw-r--r--src/Top.hs (renamed from app/Top.hs)0
-rw-r--r--src/lib/Bottom.hs (renamed from src/Bottom.hs)0
-rw-r--r--src/lib/Config.hs (renamed from src/Config.hs)0
-rw-r--r--xmobar-config.cabal8
6 files changed, 4 insertions, 4 deletions
diff --git a/app/MPD.hs b/src/MPD.hs
index d237867..d237867 100644
--- a/app/MPD.hs
+++ b/src/MPD.hs
diff --git a/app/Mpris.hs b/src/Mpris.hs
index 09c155d..09c155d 100644
--- a/app/Mpris.hs
+++ b/src/Mpris.hs
diff --git a/app/Top.hs b/src/Top.hs
index c14b56a..c14b56a 100644
--- a/app/Top.hs
+++ b/src/Top.hs
diff --git a/src/Bottom.hs b/src/lib/Bottom.hs
index 1c70548..1c70548 100644
--- a/src/Bottom.hs
+++ b/src/lib/Bottom.hs
diff --git a/src/Config.hs b/src/lib/Config.hs
index 94b9211..94b9211 100644
--- a/src/Config.hs
+++ b/src/lib/Config.hs
diff --git a/xmobar-config.cabal b/xmobar-config.cabal
index e2c232c..a255014 100644
--- a/xmobar-config.cabal
+++ b/xmobar-config.cabal
@@ -12,7 +12,7 @@ extra-source-files:
readme.md
library
- hs-source-dirs: src
+ hs-source-dirs: src/lib
exposed-modules: Config, Bottom
build-depends: base >=4.7 && <5, xmobar
other-modules:
@@ -21,21 +21,21 @@ library
executable xmobar-top
main-is: Top.hs
- hs-source-dirs: app
+ hs-source-dirs: src
ghc-options: -rtsopts -with-rtsopts=-V0
build-depends: base, xmobar, xmobar-config
default-language: Haskell2010
executable xmobar-mpris
main-is: Mpris.hs
- hs-source-dirs: app
+ hs-source-dirs: src
ghc-options: -rtsopts -with-rtsopts=-V0
build-depends: base, xmobar, xmobar-config
default-language: Haskell2010
executable xmobar-mpd
main-is: MPD.hs
- hs-source-dirs: app
+ hs-source-dirs: src
ghc-options: -rtsopts -with-rtsopts=-V0
build-depends: base, xmobar, xmobar-config
default-language: Haskell2010