diff options
author | jao <jao@gnu.org> | 2018-11-21 23:47:36 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-21 23:47:36 +0000 |
commit | 7674145b878fd315999558075edcfc5e09bdd91c (patch) | |
tree | d271157e3ac79478bed8e27170d49de6f1c4e2e2 /xmobar.cabal | |
parent | 0c5f9ddc26e2f581a79f0a32c29f97a0a9ed35b5 (diff) | |
download | xmobar-7674145b878fd315999558075edcfc5e09bdd91c.tar.gz xmobar-7674145b878fd315999558075edcfc5e09bdd91c.tar.bz2 |
Configuration file parsing moved to app module
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index ecd0f4b..89f7997 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -158,7 +158,6 @@ library X11 >= 1.6.1, mtl >= 2.1 && < 2.3, parsec == 3.1.*, - parsec-numbers >= 0.1.0, stm >= 2.3 && < 2.6, async @@ -246,7 +245,7 @@ library executable xmobar hs-source-dirs: app main-is: Main.hs - other-modules: Paths_xmobar + other-modules: Paths_xmobar, Configuration build-depends: base, containers, async, @@ -254,6 +253,8 @@ executable xmobar directory, filepath, unix, + parsec, + parsec-numbers >= 0.1.0, xmobar ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind |