packages feed

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 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 ================ -[![Hackage version](https://img.shields.io/hackage/v/memcache-haskell.svg?style=flat)](https://hackage.haskell.org/package/memcache-haskell)  [![Build Status](https://travis-ci.org/gree/memcache-haskell.png?branch=master)](https://travis-ci.org/gree/memcache-haskell) [![Coverage Status](https://coveralls.io/repos/gree/memcache-haskell/badge.png)](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