diff options
| author | Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com> | 2007-07-05 17:04:07 +0200 | 
|---|---|---|
| committer | Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com> | 2007-07-05 17:04:07 +0200 | 
| commit | aeacd762e4669d7dc0bb27920a45bd7b85ccc5a2 (patch) | |
| tree | 959dd4cd9aa13d670758eb0f61fab3b5fe0e1c16 | |
| parent | 457452589f1a62e82139ddc05a32d57bc7ca5b16 (diff) | |
| download | xmobar-aeacd762e4669d7dc0bb27920a45bd7b85ccc5a2.tar.gz xmobar-aeacd762e4669d7dc0bb27920a45bd7b85ccc5a2.tar.bz2  | |
Add dependency on filepath
darcs-hash:20070705150407-ba08c-5e715b2b1a92aae76bac209c7795ea728e437564.gz
| -rw-r--r-- | xmobar.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 10e79b1..37662f7 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -10,7 +10,7 @@ license:            BSD3  license-file:       LICENSE  author:             Andrea Rossato  maintainer:         andrea.rossato@unibz.it -build-depends:      base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0 +build-depends:      base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0, filepath>=1.0  executable:         xmobar  main-is:            Main.hs  | 
