diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 4840df9..61cc32f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -25,5 +25,5 @@ executable xmobar build-depends: base >= 3, containers, process, old-time, old-locale, bytestring else build-depends: base < 3 - build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, directory |