hls-graph: add lower bound for async (#3021)

`Control.Concurrent.Async` is not available before `async-2.0`

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
ˌbodʲɪˈɡrʲim 2022-07-07 00:17:38 +01:00 committed by GitHub
parent 293704f612
commit ffefe761c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ library
hs-source-dirs: src
build-depends:
, aeson
, async
, async >= 2.0
, base >=4.12 && <5
, bytestring
, containers