diff options
author | jao <jao@gnu.org> | 2018-11-26 00:49:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-26 00:49:33 +0000 |
commit | c2a125cefb0bf41140db398248a5b8523b46a42e (patch) | |
tree | b45b9e604aa581cfb368ccea4025e07ed31ebca8 /xmobar.cabal | |
parent | 24c84e47177b6ebbe3df99db53220def6c0951ec (diff) | |
download | xmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.gz xmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.bz2 |
Xmobar.Config.Parse
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 38b7a60..5e74efb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -97,6 +97,7 @@ library exposed-modules: Xmobar other-modules: Xmobar.Config.Types, + Xmobar.Config.Parse, Xmobar.Run.Types, Xmobar.Run.Template, Xmobar.Run.Commands, @@ -167,6 +168,7 @@ library X11 >= 1.6.1, mtl >= 2.1 && < 2.3, parsec == 3.1.*, + parsec-numbers >= 0.1.0, stm >= 2.3 && < 2.6, async @@ -263,7 +265,6 @@ executable xmobar filepath, unix, parsec, - parsec-numbers >= 0.1.0, xmobar ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind |