dcallagh-exheres

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

packages/dev-haskell/dbus-client/dbus-client-0.4.0.4.exheres-0 (507B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require hackage
      5 
      6 SUMMARY="Monadic and object-oriented Haskell interfaces to DBus"
      7 
      8 LICENCES="GPL-3"
      9 PLATFORMS="~x86 ~amd64"
     10 
     11 DEPENDENCIES="
     12     $(haskell_lib_dependencies "
     13         dev-haskell/containers[>=0.1]
     14         dev-haskell/transformers[=0.2*]
     15         dev-haskell/monads-tf[=0.1*]
     16         dev-haskell/text[>=0.7]
     17         dev-haskell/dbus-core[=0.8*]
     18     ")
     19 "
     20 
     21 BUGS_TO="djc@djc.id.au"
     22