diff options
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 000000000000..7a1e65e549ee --- /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 |