hexchat: Haskell scripting interface for HexChat
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package builds a shared object ready for loading into HexChat, that will compile and interpret scripts written in Haskell; and also a Haskell library that said scripts should import and use to interface with HexChat.
At the moment the scripting interface is not finalized and may (and will) change in a future.
At the moment only Linux is supported.
For instructions on how to write a script, see the HexChat
module.
Currently the plugin only understands the classic /load
, /unload
, /reload
commands.
To automatically load the plugin symlink or copy ~/.cabal/lib/libhexchat-haskell.so
(or /usr/local/lib/libhexchat-haskell.so
) to ~/.config/hexchat/addons/
(or /usr/lib/hexchat/plugins/
).
Properties
Versions | 0.0.1.0, 0.0.1.0, 0.0.2.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.10 && <4.11), containers (>=0.5 && <0.6) [details] |
License | MIT |
Copyright | (C) 2017 mniip |
Author | mniip |
Maintainer | mniip@mniip.com |
Category | System |
Home page | https://github.com/mniip/hexchat-haskell |
Uploaded | by mniip at 2017-11-27T01:45:15Z |
Modules
- HexChat
- HexChat.Internal
Downloads
- hexchat-0.0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees