psibi / download

High level download interface for Haskell
https://www.stackage.org/package/download
Other
10 stars 3 forks source link

Use stdio.h instead of libio.h #18

Closed erikd closed 5 years ago

erikd commented 5 years ago

The <libio.h> header is supposedly provided by the Linux kernel but has since been deprecated. See: https://patchwork.kernel.org/patch/10158257/

Clsoes: https://github.com/psibi/download/issues/16

erikd commented 5 years ago

Two of the required builds failed, at least one of which looks like a transient network error.