dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-haskell/DBus/files/DBus-0.4-oldexception.patch (518B) - raw

      1 Source: Dan Callaghan <djc@djc.id.au>
      2 Reason: fails to build on GHC 7
      3 Upstream: mail sent to maintainer 2012-01-06
      4 
      5 diff -ur DBus-0.4.orig/DBus/Internal.hsc DBus-0.4/DBus/Internal.hsc
      6 --- DBus-0.4.orig/DBus/Internal.hsc	2012-01-06 18:00:20.564122299 +1000
      7 +++ DBus-0.4/DBus/Internal.hsc	2012-01-06 18:05:56.182462752 +1000
      8 @@ -9,7 +9,7 @@
      9  
     10  module DBus.Internal where
     11  
     12 -import Control.Exception (throwDyn)
     13 +import Control.OldException (throwDyn)
     14  import Control.Monad (when)
     15  import DBus (Error(..))
     16  import Foreign