Skip to content

Commit ffefe76

Browse files
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>
1 parent 293704f commit ffefe76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hls-graph/hls-graph.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
hs-source-dirs: src
6262
build-depends:
6363
, aeson
64-
, async
64+
, async >= 2.0
6565
, base >=4.12 && <5
6666
, bytestring
6767
, containers

0 commit comments

Comments
 (0)