diff options
author | Jonathan Grochowski <jongrocho@gmail.com> | 2012-03-03 22:57:36 -0800 |
---|---|---|
committer | Jonathan Grochowski <jongrocho@gmail.com> | 2012-03-03 22:57:36 -0800 |
commit | d66bad19cda7db831095d3fa68a550887e03514b (patch) | |
tree | bfca0d43750aac84329be8725579773f743e28b4 | |
parent | 20eb4cfb330b2a7ed9849823d8c25c8cfb46347a (diff) | |
download | xmobar-d66bad19cda7db831095d3fa68a550887e03514b.tar.gz xmobar-d66bad19cda7db831095d3fa68a550887e03514b.tar.bz2 |
Remove old-time dependency
The Date and DateZone plugins no longer depend on old-time so we remove
it from the list of explicit dependencies.
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index dba9f91..e927e86 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -114,7 +114,6 @@ executable xmobar base == 4.*, containers, process, - old-time, old-locale, bytestring, directory |