memcache-haskell 0.0.10 → 0.0.10.1
raw patch · 3 files changed
+7/−8 lines, 3 filesdep +conduit-extradep −network-conduitdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependencies added: conduit-extra
Dependencies removed: network-conduit
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−1
- README.md +0/−2
- memcache-haskell.cabal +6/−5
ChangeLog.md view
@@ -1,3 +1,3 @@-## 0.0.10+## 0.0.10.1 * Add exptime-support to Network.Memcache.Client
README.md view
@@ -1,8 +1,6 @@ memcache-haskell ================ -[](https://hackage.haskell.org/package/memcache-haskell) [](https://travis-ci.org/gree/memcache-haskell) [](https://coveralls.io/r/gree/memcache-haskell)- This package is a memcache protocol library for server and client applications. Main purpose of this library is making a server itself.
memcache-haskell.cabal view
@@ -1,11 +1,12 @@ Name: memcache-haskell-Version: 0.0.10-Description: Memcache procotol library+Version: 0.0.10.1+Synopsis: Memcache procotol library License: MIT license-file: LICENSE Author: Kiyoshi Ikehara Maintainer: Kiyoshi Ikehara Copyright: (c) 2015 GREE, Inc.+Category: Network Build-Type: Simple Cabal-Version: >=1.8 Description:@@ -62,7 +63,7 @@ , resourcet , mtl , hashtables- , network-conduit+ , conduit-extra , memcache-haskell Hs-source-dirs: sample Main-is: sample-client.hs@@ -83,7 +84,7 @@ , resourcet , mtl , hashtables- , network-conduit+ , conduit-extra , memcache-haskell Hs-source-dirs: sample Main-is: sample-retrieval.hs@@ -95,7 +96,7 @@ , bytestring , network >= 2.3.2 , split- , QuickCheck == 2.5.1.1+ , QuickCheck , HUnit , test-framework , test-framework-th