diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:00:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:43 +0700 |
commit | 2091b8bd941c9711ac3584de4f94795f26a5d4f9 (patch) | |
tree | 4cf84b557bfaad94aa7ee059255c1c1e3e86249f /haskell/haskell-resource-pool/README | |
parent | 57a15f7bf350707064bb7ba64515713135cbaf27 (diff) |
haskell/haskell-resource-pool: Added (striped resource pooling).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-resource-pool/README')
-rw-r--r-- | haskell/haskell-resource-pool/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-resource-pool/README b/haskell/haskell-resource-pool/README new file mode 100644 index 0000000000000..36d2762973bd9 --- /dev/null +++ b/haskell/haskell-resource-pool/README @@ -0,0 +1,5 @@ +A high-performance striped pooling abstraction for managing +flexibly-sized collections of resources such as database connections. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |