Move Network code to contrib

This commit is contained in:
David Raymond Christiansen 2015-03-19 11:09:27 +01:00
parent 059dafbe6c
commit e6c5588fcc
4 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -3,7 +3,6 @@ package base
opts = "--nobasepkgs --total -i ../prelude"
modules = System,
Network.Socket,
Debug.Error, Debug.Trace,
System.Info,

View File

@ -6,6 +6,6 @@ modules = Data.Fun, Data.Rel, Data.Buffer,
Decidable.Decidable, Decidable.Order,
Network.Cgi,
Network.Cgi, Network.Socket
System.Concurrency.Process