$ ivor.run install uwap/idris-http
Cloning into 'uwap_idris-http'...
[...]
Entering directory `./src'
The following packages were specified but cannot be found:
- lightyear
- bytes
Done.
$ ivor.run install ziman/lightyear
Cloning into 'ziman_lightyear'...
[...]
Done.
$ ivor.run install ziman/idris-bytes
Cloning into 'ziman_idris-bytes'...
[...]
Done.
$ ivor.run install uwap/idris-http
Entering directory `./src'
Type checking ./Http/Error.idr
Type checking ./Http/RawResponse.idr
Type checking ./Http/Uri.idr
Type checking ./Http/Request.idr
user error (Can't find file array.o)
Done.
$ ivor.run install uwap/idris-http # trying again out of curiosity
Entering directory `./src'
The following packages were specified but cannot be found:
- lightyear
- bytes
Done.
Attempting to use lightyear as a dependency in a project also didn't work, until after installing manually.
Attempting to use
lightyearas a dependency in a project also didn't work, until after installing manually.