From bdb87a55b73eddbfe7a56243b7c67f3cc97a494c Mon Sep 17 00:00:00 2001 From: philopon Date: Wed, 27 Aug 2014 06:26:50 +0900 Subject: [PATCH] update cabal. --- memcached-binary.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/memcached-binary.cabal b/memcached-binary.cabal index 9a03f57..f0ed031 100644 --- a/memcached-binary.cabal +++ b/memcached-binary.cabal @@ -1,6 +1,7 @@ name: memcached-binary -version: 0.1.0 +version: 0.1.0.1 synopsis: memcached client using binary protocol. +description: memcached client using binary protocol. license: MIT license-file: LICENSE author: HirotomoMoriwaki @@ -22,7 +23,7 @@ library Database.Memcached.Binary.Types Database.Memcached.Binary.Types.Exception - Database.Memcached.Binary.Internal + other-modules: Database.Memcached.Binary.Internal Database.Memcached.Binary.Internal.Definition build-depends: base >=4.6 && <4.8 , bytestring >=0.10 && <0.11 @@ -30,7 +31,6 @@ library , storable-endian >=0.2 && <0.3 , data-default-class >=0.0 && <0.1 , resource-pool >=0.2 && <0.3 - , containers >=0.5 && <0.6 , unordered-containers >=0.2 && <0.3 , time >=1.4 && <1.5 ghc-options: -Wall -O2