diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-07-18 00:51:31 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-07-18 00:51:31 +0200 |
commit | 7235e59441c94580e99d50774629579fe54c6b1a (patch) | |
tree | 667827be6a990e50970c3f80ea6024e973aedf6d /xmobar.cabal | |
parent | e6c22f3308f3f5ed8fd573cde0a9f85a5ce20cae (diff) | |
download | xmobar-7235e59441c94580e99d50774629579fe54c6b1a.tar.gz xmobar-7235e59441c94580e99d50774629579fe54c6b1a.tar.bz2 |
Use asynchronous exceptions to obviate the need for forkOS and threaded
darcs-hash:20070717225131-a5988-1f5e0cb3c8373b5eb6f7e87496110409380ded23.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 0202ab6..89d79c2 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -12,8 +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, - X11-extras>=0.2 +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 |