diff options
author | Jan-willem De Bleser <jw@thescrapyard.org> | 2020-01-12 21:24:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 21:24:59 +0700 |
commit | 98e8e3f1d4e10ef43ceedf9c50964a1c073b0692 (patch) | |
tree | 22ebbf22d1a0f9fa2da44a7606b4cfdfdce3bb20 /haskell/haskell-zeromq4-haskell/README | |
parent | 081842c7314b2ae9dde41bd2f710cf82fc90dd20 (diff) |
haskell/haskell-zeromq4-haskell: Added (haskell binding for OMQ).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-zeromq4-haskell/README')
-rw-r--r-- | haskell/haskell-zeromq4-haskell/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-zeromq4-haskell/README b/haskell/haskell-zeromq4-haskell/README new file mode 100644 index 0000000000000..7a1e65e549ee2 --- /dev/null +++ b/haskell/haskell-zeromq4-haskell/README @@ -0,0 +1,8 @@ +This library provides the Haskell language binding to 0MQ >= 4.x + +The 0MQ lightweight messaging kernel is a library which extends the +standard socket interfaces with features traditionally provided by +specialised messaging middleware products. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg unregister zeromq4-haskell |