Skip to content

Commit

Permalink
Increase upper bound on async
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Feb 7, 2018
1 parent 13aadf3 commit 83128fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtle.cabal
Expand Up @@ -51,7 +51,7 @@ Library
Build-Depends:
base >= 4.6 && < 5 ,
ansi-wl-pprint >= 0.6 && < 0.7 ,
async >= 2.0.0.0 && < 2.2 ,
async >= 2.0.0.0 && < 2.3 ,
bytestring >= 0.9.1.8 && < 0.11,
clock >= 0.4.1.2 && < 0.8 ,
containers >= 0.5.0.0 && < 0.6 ,
Expand Down

0 comments on commit 83128fa

Please sign in to comment.