resource-pool 0.2.0.2 → 0.2.0.3
raw patch · 3 files changed
+10/−10 lines, 3 files
Files
- Data/Pool.hs +1/−1
- README.markdown +4/−4
- resource-pool.cabal +5/−5
Data/Pool.hs view
@@ -4,7 +4,7 @@ -- Module: Data.Pool -- Copyright: (c) 2011 MailRank, Inc. -- License: BSD3--- Maintainer: Bryan O'Sullivan <bos@mailrank.com>+-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Stability: experimental -- Portability: portable --
README.markdown view
@@ -9,11 +9,11 @@ and other improvements. Please report bugs via the-[github issue tracker](http://github.com/mailrank/pool/issues).+[github issue tracker](http://github.com/bos/pool/issues). -Master [git repository](http://github.com/mailrank/pool):+Master [git repository](http://github.com/bos/pool): -* `git clone git://github.com/mailrank/pool.git`+* `git clone git://github.com/bos/pool.git` There's also a [Mercurial mirror](http://bitbucket.org/bos/pool): @@ -25,4 +25,4 @@ ------- This library is written and maintained by Bryan O'Sullivan,-<bos@mailrank.com>.+<bos@serpentine.com>.
resource-pool.cabal view
@@ -1,16 +1,16 @@ name: resource-pool-version: 0.2.0.2+version: 0.2.0.3 synopsis: A high-performance striped resource pooling implementation description: A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections. -homepage: http://github.com/mailrank/pool+homepage: http://github.com/bos/pool license: BSD3 license-file: LICENSE-author: Bryan O'Sullivan <bos@mailrank.com>-maintainer: Bryan O'Sullivan <bos@mailrank.com>+author: Bryan O'Sullivan <bos@serpentine.com>+maintainer: Bryan O'Sullivan <bos@serpentine.com> copyright: Copyright 2011 MailRank, Inc. category: Data, Database, Network build-type: Simple@@ -45,7 +45,7 @@ source-repository head type: git- location: http://github.com/mailrank/pool+ location: http://github.com/bos/pool source-repository head type: mercurial