mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
Allow dependency upon async-2.2.* (#75)
This commit is contained in:
parent
e17f2cee46
commit
c2a3aa6496
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ library
|
||||||
, proto3-wire
|
, proto3-wire
|
||||||
, grpc-haskell-core
|
, grpc-haskell-core
|
||||||
|
|
||||||
, async ==2.1.*
|
, async >=2.1 && <2.3
|
||||||
, managed >= 1.0.5
|
, managed >= 1.0.5
|
||||||
|
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
|
|
Loading…
Reference in a new issue