update cabal.
This commit is contained in:
parent
ecfbedeb80
commit
bdb87a55b7
@ -1,6 +1,7 @@
|
|||||||
name: memcached-binary
|
name: memcached-binary
|
||||||
version: 0.1.0
|
version: 0.1.0.1
|
||||||
synopsis: memcached client using binary protocol.
|
synopsis: memcached client using binary protocol.
|
||||||
|
description: memcached client using binary protocol.
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: HirotomoMoriwaki<philopon.dependence@gmail.com>
|
author: HirotomoMoriwaki<philopon.dependence@gmail.com>
|
||||||
@ -22,7 +23,7 @@ library
|
|||||||
|
|
||||||
Database.Memcached.Binary.Types
|
Database.Memcached.Binary.Types
|
||||||
Database.Memcached.Binary.Types.Exception
|
Database.Memcached.Binary.Types.Exception
|
||||||
Database.Memcached.Binary.Internal
|
other-modules: Database.Memcached.Binary.Internal
|
||||||
Database.Memcached.Binary.Internal.Definition
|
Database.Memcached.Binary.Internal.Definition
|
||||||
build-depends: base >=4.6 && <4.8
|
build-depends: base >=4.6 && <4.8
|
||||||
, bytestring >=0.10 && <0.11
|
, bytestring >=0.10 && <0.11
|
||||||
@ -30,7 +31,6 @@ library
|
|||||||
, storable-endian >=0.2 && <0.3
|
, storable-endian >=0.2 && <0.3
|
||||||
, data-default-class >=0.0 && <0.1
|
, data-default-class >=0.0 && <0.1
|
||||||
, resource-pool >=0.2 && <0.3
|
, resource-pool >=0.2 && <0.3
|
||||||
, containers >=0.5 && <0.6
|
|
||||||
, unordered-containers >=0.2 && <0.3
|
, unordered-containers >=0.2 && <0.3
|
||||||
, time >=1.4 && <1.5
|
, time >=1.4 && <1.5
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user