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 4af6d3b..e4d0cb5 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -49,7 +49,7 @@ executable xmobar if impl (ghc >= 6.12.1) ghc-options: -fno-warn-unused-do-bind - build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, time if flag(small_base) build-depends: base == 4.*, containers, process, old-time, old-locale, bytestring, directory |