diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-03-31 10:28:01 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-03-31 10:28:01 +0100 |
commit | 388dbcf0879b7dd0eba914ac27e32fc2ac8817fc (patch) | |
tree | 986c9f920cbb0b1a151e6fb3a7ab31b57b16e3db /bustle.cabal | |
parent | ea081f5149a0a02a777c0c368ad0fb6f5ca6e0d3 (diff) |
Use catchGError, not catch, to catch icon exceptions
This has the advantage of working with GHC 6.10's exceptions.
Diffstat (limited to 'bustle.cabal')
-rw-r--r-- | bustle.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal index dfdfcc6..5a314e6 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -6,7 +6,7 @@ License: OtherLicense License-file: LICENSE Author: Will Thompson <will.thompson@collabora.co.uk> Maintainer: Will Thompson <will.thompson@collabora.co.uk> -Build-Depends: haskell98, mtl, cairo, gtk, base, containers, parsec +Build-Depends: haskell98, mtl, cairo, gtk, base, containers, parsec, glib Data-files: bustle.png Build-type: Simple Extra-source-files: bustle-dbus-monitor.c, Makefile, README |