mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
Move Network code to contrib
This commit is contained in:
parent
059dafbe6c
commit
e6c5588fcc
@ -106,7 +106,6 @@ Extra-source-files:
|
||||
libs/base/Debug/*.idr
|
||||
libs/base/Language/Reflection/*.idr
|
||||
libs/base/Makefile
|
||||
libs/base/Network/*.idr
|
||||
libs/base/System/*.idr
|
||||
libs/base/System/Concurrency/*.idr
|
||||
libs/base/Syntax/*.idr
|
||||
|
@ -3,7 +3,6 @@ package base
|
||||
opts = "--nobasepkgs --total -i ../prelude"
|
||||
modules = System,
|
||||
|
||||
Network.Socket,
|
||||
Debug.Error, Debug.Trace,
|
||||
|
||||
System.Info,
|
||||
|
@ -6,6 +6,6 @@ modules = Data.Fun, Data.Rel, Data.Buffer,
|
||||
|
||||
Decidable.Decidable, Decidable.Order,
|
||||
|
||||
Network.Cgi,
|
||||
Network.Cgi, Network.Socket
|
||||
|
||||
System.Concurrency.Process
|
||||
|
Loading…
Reference in New Issue
Block a user