update README.md, cabal.

This commit is contained in:
philopon 2014-08-27 06:12:26 +09:00
parent e3d32d90e4
commit ecfbedeb80
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,3 @@
memcached-binary [![Build Status](https://travis-ci.org/philopon/memcached-binary.svg?branch=master)](https://travis-ci.org/philopon/memcached-binary)
memcached-binary [![Build Status](https://travis-ci.org/philopon/memcached-binary.svg?branch=master)](https://travis-ci.org/philopon/memcached-binary) [![Hackage](https://budueba.com/hackage/memcached-binary)](https://hackage.haskell.org/package/memcached-binary)
===
memcached client using binary protocol.

View File

@ -3,8 +3,10 @@ version: 0.1.0
synopsis: memcached client using binary protocol.
license: MIT
license-file: LICENSE
author: Hirotomo Moriwaki
maintainer: philopon.dependence@gmail.com
author: HirotomoMoriwaki<philopon.dependence@gmail.com>
maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>
Homepage: https://github.com/philopon/memcached-binary
Bug-reports: https://github.com/philopon/memcached-binary/issues
copyright: (c) 2014 Hirotomo Moriwaki
category: Database
build-type: Simple