which dependencies for arrow 0.9.0 do I need to us...
# arrow
b
which dependencies for arrow 0.9.0 do I need to use to get access to
IO
? The docs are unclear and refer to dependencies that don't exist for this version, or don't exist at all.
a
arrow-effects-data
should be the one you are looking for. you may also want to use
arrow-effects-io-extensions
for using Fx for IO
r
All deps will be fixed in 0.10.0 which we are finishing preparing now