summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-12-04 15:54:49 +0100
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-12-04 15:54:49 +0100
commit8cfd3b818dcb1ec8d05d3bc9ac2af296cd5c9d46 (patch)
tree611bef739e1c763e80ad0787f4fe103de243e5cd
parentbd99e674006d5262501243aadfafeff841633e6e (diff)
downloadxmobar-8cfd3b818dcb1ec8d05d3bc9ac2af296cd5c9d46.tar.gz
xmobar-8cfd3b818dcb1ec8d05d3bc9ac2af296cd5c9d46.tar.bz2
cabal: directory needed only with small_base
darcs-hash:20071204145449-d6583-bcdb520f1614a0c7324b4046f2879cd43677d129.gz
-rw-r--r--xmobar.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 61cc32f..15e2546 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -22,8 +22,8 @@ executable xmobar
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded
ghc-prof-options: -prof -auto-all
if flag(small_base)
- build-depends: base >= 3, containers, process, old-time, old-locale, bytestring
+ build-depends: base >= 3, containers, process, old-time, old-locale, bytestring, directory
+
else
build-depends: base < 3
- build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, directory
-
+ build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm