Remove unnecessary self-dependency

This commit is contained in:
Joel Stanley 2021-06-29 08:50:04 -05:00
parent 28e9e68f3b
commit 1ba20e3d86
No known key found for this signature in database
GPG Key ID: F368244CDC80C97F

View File

@ -191,7 +191,6 @@ executable echo-client
test-suite tests
build-depends:
base >=4.8 && <5.0
, grpc-haskell
, bytestring ==0.10.*
, unix
, time