diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-12 22:11:03 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-12 22:11:03 +0200 |
commit | 202ff98aac0c1c8029261e69c509f0c1e6390c59 (patch) | |
tree | 234e12bd74ba3156ddc328a29ce2641b804c67cd /xmobar.cabal | |
parent | b8114e5e3de407d5dfe54f392a92ce5f1a52a273 (diff) | |
download | xmobar-202ff98aac0c1c8029261e69c509f0c1e6390c59.tar.gz xmobar-202ff98aac0c1c8029261e69c509f0c1e6390c59.tar.bz2 |
Back to regex-compat with a simpler POSIX regexp
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 076cf0c..2ba7e57 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -97,9 +97,7 @@ executable xmobar build-depends: base == 4.*, containers, - array, regex-compat, - regex-pcre, process, old-locale, bytestring, |