20 Commits

Author SHA1 Message Date
dcoppa
50b209e90e Update to hs-dbus-0.10.13 2017-04-27 08:43:26 +00:00
kili
c6c14ecc8f Bump after ghc changes. 2016-01-20 16:26:19 +00:00
dcoppa
2392dccce9 Update to hs-dbus-0.10.12 2016-01-18 10:12:54 +00:00
dcoppa
f628ae842f Update to hs-dbus-0.10.11 2016-01-03 16:54:17 +00:00
kili
9c3effc9d2 Adjust MODGHC_PACKAGE_KEY. 2015-12-20 11:37:45 +00:00
kili
75a9b12e28 Set MODGHC_PACKAGE_KEY and adjust plist.
Allow it to build with hs-vector-0.11.*.
2015-09-24 20:10:29 +00:00
dcoppa
94b163fd0f Update to hs-dbus-0.10.10 2015-04-27 07:30:06 +00:00
dcoppa
71b76d0dfc Update to hs-dbus-0.10.9.2 2015-01-30 10:31:31 +00:00
dcoppa
9db7a93dc1 Update to hs-dbus-0.10.9.1 2015-01-14 09:48:27 +00:00
dcoppa
e8ebec082e Update to hs-dbus-0.10.9 2014-12-04 10:23:16 +00:00
kili
52db5b1530 Remove dependencies on devel/hs-haskeline and devel/hs-transformers,
to unbreak ports like databases/sqlports (noticed by naddy).

plist changes and bumps included, but a little bit pointless (the
ports are still unbuildable).
2014-12-03 21:56:43 +00:00
dcoppa
c4e5dca6fb Update to hs-dbus-0.10.8 2014-09-05 09:49:48 +00:00
dcoppa
74bcaa73b6 Update to hs-dbus-0.10.5 2014-01-17 14:57:22 +00:00
kili
755d8a934c Fix dependencies and bump. 2013-07-19 07:02:08 +00:00
dcoppa
a373f894c9 Bunch of haskell updates:
MissingH-1.1.1.0 -> MissingH-1.2.0.0
hslogger-1.1.5 -> hslogger-1.2.1
HaXml-1.23.3 -> HaXml-1.24
libxml-sax-0.7.3 -> libxml-sax-0.7.4
polyparse-1.7 -> polyparse-1.9

OK kili@
2013-06-25 07:28:54 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
dcoppa
2ce1069341 Bugfix update to dbus-0.10.4 2013-01-24 10:49:52 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
dcoppa
402de39e53 Import x11/hs-dbus.
OK kili@

D-Bus is a simple, message-based protocol for inter-process
communication, which allows applications to interact with other
parts of the machine and the user's session using remote procedure
calls.
D-Bus is an essential part of the modern UNIX desktop, where it
replaces earlier protocols such as CORBA and DCOP.
This library is an implementation of the D-Bus protocol in Haskell.
It can be used to add D-Bus support to Haskell applications, without
the awkward interfaces common to foreign bindings.
2012-10-15 08:00:43 +00:00