revised .cabal file
This commit is contained in:
parent
125c6bcab3
commit
4d64821697
@ -1,6 +1,6 @@
|
|||||||
Name: connection
|
Name: connection
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Description:
|
Description:
|
||||||
Simple network library for all your connection need.
|
Simple network library for all your connection need.
|
||||||
.
|
.
|
||||||
@ -17,7 +17,7 @@ Synopsis: Simple and easy network connections API
|
|||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Category: Network
|
Category: Network
|
||||||
stability: experimental
|
stability: experimental
|
||||||
Cabal-Version: >=1.6
|
Cabal-Version: >=1.8
|
||||||
Homepage: https://github.com/vincenthz/hs-connection
|
Homepage: https://github.com/vincenthz/hs-connection
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
@ -29,7 +29,7 @@ Library
|
|||||||
, containers
|
, containers
|
||||||
, data-default-class
|
, data-default-class
|
||||||
, network >= 2.6.3
|
, network >= 2.6.3
|
||||||
, tls >= 1.4
|
, tls >= 1.4 && < 1.7
|
||||||
, socks >= 0.6
|
, socks >= 0.6
|
||||||
, x509 >= 1.5
|
, x509 >= 1.5
|
||||||
, x509-store >= 1.5
|
, x509-store >= 1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user