Closed Mikolaj closed 6 years ago
Travis caught up, as well: https://travis-ci.org/LambdaHack/LambdaHack/jobs/399243677
Ack, I completely forgot to backport the proper fixity for ($!)
.
Thanks for the bug report—I'll work on getting a new release out ASAP.
I've uploaded base-compat-0.10.3
and base-compat-batteries-0.10.3
to Hackage.
I'd say we should add base<0
to base-compat-0.10.2
? It breaks aeson
, which is nasty: https://github.com/bos/aeson/issues/650
Good thinking. I've done so in http://hackage.haskell.org/package/base-compat-0.10.2/revisions/ .
My project builds fine with 0.10.1
https://ci.appveyor.com/project/Mikolaj/lambdahack/build/1.0.539
and breaks with 0.10.2
https://ci.appveyor.com/project/Mikolaj/lambdahack/build/1.0.540#L489
It looks as if
$!
is parsed differently. Who am I to blame?BTW, thank you for your terrific work. Saves me a lot or time normally.