relax network version.

This commit is contained in:
philopon 2014-09-08 02:57:24 +09:00
parent 53b5a31b8b
commit a03a17e483

View File

@ -1,5 +1,5 @@
name: memcached-binary
version: 0.1.1.1
version: 0.1.2
synopsis: memcached client using binary protocol.
description: memcached client using binary protocol.
license: MIT
@ -27,7 +27,7 @@ library
Database.Memcached.Binary.Internal.Definition
build-depends: base >=4.6 && <4.8
, bytestring >=0.10 && <0.11
, network >=2.6 && <2.7
, network >=2.5 && <2.7
, storable-endian >=0.2 && <0.3
, data-default-class >=0.0 && <0.1
, resource-pool >=0.2 && <0.3
@ -46,7 +46,7 @@ test-suite test
, hspec >=1.11 && <1.12
, memcached-binary
, process >=1.2 && <1.3
, network >=2.6 && <2.7
, network >=2.5 && <2.7
, HUnit >=1.2 && <1.3
, data-default-class >=0.0 && <0.1
, bytestring >=0.10 && <0.11