mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
Move System.Concurrency.Raw back to base
This commit is contained in:
parent
30fe3d7c03
commit
059dafbe6c
@ -108,6 +108,7 @@ Extra-source-files:
|
|||||||
libs/base/Makefile
|
libs/base/Makefile
|
||||||
libs/base/Network/*.idr
|
libs/base/Network/*.idr
|
||||||
libs/base/System/*.idr
|
libs/base/System/*.idr
|
||||||
|
libs/base/System/Concurrency/*.idr
|
||||||
libs/base/Syntax/*.idr
|
libs/base/Syntax/*.idr
|
||||||
|
|
||||||
libs/contrib/contrib.ipkg
|
libs/contrib/contrib.ipkg
|
||||||
|
@ -31,5 +31,7 @@ modules = System,
|
|||||||
Control.Monad.Trans,
|
Control.Monad.Trans,
|
||||||
Control.Monad.State, Control.Monad.Writer, Control.Monad.Reader,
|
Control.Monad.State, Control.Monad.Writer, Control.Monad.Reader,
|
||||||
Control.Category, Control.Arrow,
|
Control.Category, Control.Arrow,
|
||||||
Control.Catchable, Control.IOExcept
|
Control.Catchable, Control.IOExcept,
|
||||||
|
|
||||||
|
System.Concurrency.Raw
|
||||||
|
|
||||||
|
@ -8,4 +8,4 @@ modules = Data.Fun, Data.Rel, Data.Buffer,
|
|||||||
|
|
||||||
Network.Cgi,
|
Network.Cgi,
|
||||||
|
|
||||||
System.Concurrency.Process, System.Concurrency.Raw
|
System.Concurrency.Process
|
||||||
|
Loading…
Reference in New Issue
Block a user