diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-10 19:59:44 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-10 19:59:44 +0200 |
commit | 657f7ff8fee74b3b6da5d4b8dae7df102d0d17ff (patch) | |
tree | f883fd42bc96aa8e38473eebcd0cdafa597af90b /xmobar.cabal | |
parent | da82fcd7cd730700e647484531ed3332e67c30e7 (diff) | |
download | xmobar-657f7ff8fee74b3b6da5d4b8dae7df102d0d17ff.tar.gz xmobar-657f7ff8fee74b3b6da5d4b8dae7df102d0d17ff.tar.bz2 |
Added regex-posix to dependencies
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 2ba7e57..7dcb4b1 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -98,6 +98,7 @@ executable xmobar base == 4.*, containers, regex-compat, + regex-posix, process, old-locale, bytestring, |