Idris2/libs/network/network.ipkg
Edwin Brady 531170e949 Add linear network API
This involves updating the bootstrap code since it needs a fix in
interface resolution. It shouldn't affect the Idris2-boot build though,
since it's in the libraries not the Idris2 source.
2020-06-25 12:07:33 +01:00

11 lines
182 B
Plaintext

package network
opts = "-p contrib"
modules = Control.Linear.Network,
Network.Socket,
Network.Socket.Data,
Network.Socket.Raw,
Network.FFI