mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-04 20:13:16 +03:00
bump resolver so we have tls minimum version (the minimum one with SNI callback)
This commit is contained in:
parent
2470b468f8
commit
5d6c4ae4ac
@ -61,7 +61,7 @@ Library
|
||||
, stm >= 2.4
|
||||
, async
|
||||
, lifted-base
|
||||
, tls
|
||||
, tls >= 1.3.4
|
||||
|
||||
if impl(ghc < 7.6)
|
||||
build-depends: ghc-prim
|
||||
|
@ -3,4 +3,4 @@ flags:
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps: []
|
||||
resolver: lts-3.5
|
||||
resolver: lts-5.0
|
||||
|
Loading…
Reference in New Issue
Block a user