We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I experienced some troubles at recompiling your example code. While i'm not an haskell programmer, i managed to fix it this way:
The error was:
Couldn't match expected type `D.ObjectPath' with actual type `[Char]'
So i forced the types:
D.objectPath_ "/org/xmonad/Log") (D.interfaceName_ "org.xmonad.Log") (D.memberName_ "Update")
Ubuntu precise (12.04) using some quantal packages (haskell-dbus)
The text was updated successfully, but these errors were encountered:
I can confirm this solution.
Using Ubuntu precise 12.04 with dbus from cabal install dbus
cabal install dbus
Sorry, something went wrong.
also: thanks, @sduverger
Force types for DBus.signal
8a80ee9
Fixes alexkay#10.
Successfully merging a pull request may close this issue.
Hello,
I experienced some troubles at recompiling your example code. While i'm not an haskell programmer, i managed to fix it this way:
The error was:
So i forced the types:
Ubuntu precise (12.04) using some quantal packages (haskell-dbus)
The text was updated successfully, but these errors were encountered: