packages feed

redis 0.13 → 0.13.0.1

raw patch · 1 files changed

+13/−9 lines, 1 filesnew-uploader

Files

redis.cabal view
@@ -1,19 +1,15 @@ Name:                redis-Version:             0.13+Version:             0.13.0.1 License:             MIT-Maintainer:          Alexander Bogdanov <andorn@gmail.com>+Maintainer:          Ganesh Sittampalam <ganesh@earth.li> Author:              Alexander Bogdanov <andorn@gmail.com> Copyright:           Copyright (c) 2009-2010 Alexander Bogdanov Category:            Database Synopsis:            A driver for Redis key-value database Description: -	Caution! This library is currently not supported. If you looking-	for an alternative, hedis package is a great one. It looks more-	complete and more "functional" in its nature. If you absolutely-	need *this* library, please let me know, I'll do my best to help-	you in any way. On the other hand, if you want to adopt this-	library, do not hesitate and let me know too. Many thanks!+	This library is deprecated in favour of the hedis package,+        but minor patches to keep it building etc will be applied. 	. 	. 	Redis (<http://redis.io>) is an open source, BSD licensed, advanced@@ -43,8 +39,9 @@  Stability:           deprecated Build-Type:          Simple-Cabal-Version: >= 1.4+Cabal-Version: >= 1.6 License-File: LICENSE+Homepage: http://hub.darcs.net/ganesh/redis  Extra-Source-Files: Test.hs, 					Test/CASCommands.hs, Test/ListCommands.hs,@@ -58,6 +55,10 @@                     redis-2.2.conf,                     Benchmark.hs +source-repository head+  type: darcs+  location: http://hub.darcs.net/ganesh/redis+ Library     Build-Depends:       base < 5, containers, bytestring, utf8-string,                          network, mtl, old-time, MonadCatchIO-mtl,@@ -70,3 +71,6 @@                          Database.Redis.Utils.Monad.Lock     Other-modules:       Database.Redis.Internal                          Database.Redis.Info++    if os(windows)+        cpp-options:     -DCABAL_OS_WINDOWS