mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-29 03:24:02 +03:00
531170e949
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.
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
package network
|
|
|
|
opts = "-p contrib"
|
|
|
|
modules = Control.Linear.Network,
|
|
|
|
Network.Socket,
|
|
Network.Socket.Data,
|
|
Network.Socket.Raw,
|
|
Network.FFI
|