Revise dependency bounds in bench-report

This commit is contained in:
Adithya Kumar 2022-02-03 18:08:15 +05:30
parent 6e8d1d1224
commit 0d41ab2c07

View File

@ -18,6 +18,6 @@ executable bench-report
main-is: BenchReport.hs
buildable: True
build-Depends:
base >= 4.9 && < 5
, bench-show >= 0.3 && < 0.4
base >= 4.9 && < 4.17
, bench-show >= 0.3.2 && < 0.4
, transformers >= 0.4 && < 0.6