diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-02 13:50:49 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-02 13:50:49 +0200 |
commit | 6bc8ba5dffe0bedee548836b1b67fcf26e86d0da (patch) | |
tree | c9ab1319af69639b159ac39d80a5ba34e6237255 | |
parent | 27824d81474ed14810ada11c1baf67ea90242002 (diff) | |
download | xmobar-6bc8ba5dffe0bedee548836b1b67fcf26e86d0da.tar.gz xmobar-6bc8ba5dffe0bedee548836b1b67fcf26e86d0da.tar.bz2 |
cabal: added stm to the dependency list
darcs-hash:20071002115049-d6583-c01c75d314dc9e1fa15c0dadda28b30f01c7f7d4.gz
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 86ed464..558626e 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -12,7 +12,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, filepath>=1.0 +build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0, filepath>=1.0, stm>=2.0 executable: xmobar main-is: Main.hs |