Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 1e85ec9

Browse files
committed
Expose API/Sub-System level documentation and exports
1 parent bf9354c commit 1e85ec9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

distributed-process-platform.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ library
5757
Control.Distributed.Process.Platform.Async.AsyncChan,
5858
Control.Distributed.Process.Platform.Async.AsyncSTM,
5959
Control.Distributed.Process.Platform.Call,
60+
Control.Distributed.Process.Platform.Execution,
6061
Control.Distributed.Process.Platform.Execution.EventManager,
6162
Control.Distributed.Process.Platform.Execution.Exchange,
6263
Control.Distributed.Process.Platform.Execution.Mailbox,
@@ -66,10 +67,12 @@ library
6667
Control.Distributed.Process.Platform.ManagedProcess.Server,
6768
Control.Distributed.Process.Platform.ManagedProcess.Server.Priority,
6869
Control.Distributed.Process.Platform.ManagedProcess.Server.Restricted,
70+
Control.Distributed.Process.Platform.Service,
6971
Control.Distributed.Process.Platform.Service.Monitoring,
7072
Control.Distributed.Process.Platform.Service.Registry,
7173
Control.Distributed.Process.Platform.Service.SystemLog,
7274
Control.Distributed.Process.Platform.Supervisor,
75+
Control.Distributed.Process.Platform.Task,
7376
Control.Distributed.Process.Platform.Task.Queue.BlockingQueue,
7477
Control.Distributed.Process.Platform.Test,
7578
Control.Distributed.Process.Platform.Time,
@@ -240,6 +243,7 @@ test-suite SupervisorTests
240243
unordered-containers,
241244
hashable,
242245
distributed-process >= 0.5.0 && < 0.6,
246+
distributed-process-platform,
243247
distributed-static,
244248
bytestring,
245249
data-accessor,
@@ -259,7 +263,6 @@ test-suite SupervisorTests
259263
rematch >= 0.2.0.0,
260264
ghc-prim
261265
hs-source-dirs:
262-
src,
263266
tests
264267
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog
265268
extensions: CPP

0 commit comments

Comments
 (0)