Skip to content

Commit c77372d

Browse files
committed
rm Control.Distributed.Process.Platform.Supervisor.Types from exposed-modules
1 parent 1fab7e2 commit c77372d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

distributed-process-platform.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ library
7070
Control.Distributed.Process.Platform.Service.Registry,
7171
Control.Distributed.Process.Platform.Service.SystemLog,
7272
Control.Distributed.Process.Platform.Supervisor,
73-
Control.Distributed.Process.Platform.Supervisor.Types,
7473
Control.Distributed.Process.Platform.Task.Queue.BlockingQueue,
7574
Control.Distributed.Process.Platform.Test,
7675
Control.Distributed.Process.Platform.Time,
@@ -89,7 +88,9 @@ library
8988
Control.Distributed.Process.Platform.Internal.Queue.PriorityQ
9089
Control.Distributed.Process.Platform.Internal.Unsafe,
9190
Control.Distributed.Process.Platform.ManagedProcess.Internal.Types,
92-
Control.Distributed.Process.Platform.ManagedProcess.Internal.GenProcess
91+
Control.Distributed.Process.Platform.ManagedProcess.Internal.GenProcess,
92+
Control.Distributed.Process.Platform.Supervisor.Types
93+
9394

9495
test-suite TimerTests
9596
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)