diff options
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 |