Gabriella439 / turtle

Shell programming, Haskell style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support time 1.9

crocket opened this issue · comments

I can't use time 1.9 on programs that use turtle, yet.

@crocket: If you can verify that turtle builds against the latest version of time then I can bump the upper bound

It seems most of turtle's dependencies still require time <1.9. I can't just widen the version constraints of turtle without doing the same on its dependencies.

Is there a better way to update version constraints in turtle's dependencies than to ask maintainers of those projects one by one?