Skip to content

Commit

Permalink
Prune unused dependencies from distributed-process-supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Sep 6, 2024
1 parent f682e96 commit ffb81c4
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,16 @@ library
import: warnings
build-depends:
base >= 4.14 && < 5,
bytestring >= 0.10,
data-accessor >= 0.2.2.3,
distributed-static >= 0.3.4.0 && < 0.4,
distributed-process >= 0.7.3 && < 0.8,
distributed-process-extras >= 0.3.1 && < 0.4,
distributed-process-client-server >= 0.2.0 && < 0.4,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
mtl,
containers >= 0.6 && < 0.8,
hashable >= 1.2.0.5 && < 1.6,
unordered-containers >= 0.2.3.0 && < 0.3,
fingertree < 0.2,
stm >= 2.4 && < 2.6,
time > 1.4 && < 1.15,
transformers,
exceptions >= 0.10 && < 0.11
hs-source-dirs: src
exposed-modules:
Expand All @@ -72,10 +66,6 @@ test-suite SupervisorTests
type: exitcode-stdio-1.0
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
containers,
unordered-containers,
hashable,
distributed-static >= 0.3.5.0 && < 0.4,
distributed-process >= 0.7.3 && < 0.8,
distributed-process-supervisor,
Expand All @@ -84,22 +74,15 @@ test-suite SupervisorTests
distributed-static,
bytestring,
random,
data-accessor,
fingertree < 0.2,
network-transport >= 0.4 && < 0.6,
mtl,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.8 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
HUnit >= 1.2 && < 2,
stm,
time,
test-framework >= 0.6 && < 0.9,
test-framework-hunit,
transformers,
rematch >= 0.2.0.0,
ghc-prim,
exceptions >= 0.10 && < 0.11
hs-source-dirs: tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind
Expand All @@ -112,34 +95,23 @@ test-suite NonThreadedSupervisorTests
type: exitcode-stdio-1.0
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
containers,
unordered-containers,
hashable,
bytestring,
distributed-static >= 0.3.5.0 && < 0.4,
distributed-process >= 0.7.3 && < 0.8,
distributed-process-supervisor,
distributed-process-extras,
distributed-process-client-server,
distributed-static,
bytestring,
random,
data-accessor,
fingertree < 0.2,
network-transport,
mtl,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.8 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
HUnit >= 1.2 && < 2,
stm,
time,
test-framework >= 0.6 && < 0.9,
test-framework-hunit,
transformers,
rematch >= 0.2.0.0,
ghc-prim,
exceptions >= 0.10 && < 0.11
hs-source-dirs: tests
ghc-options: -rtsopts -fno-warn-unused-do-bind -fno-warn-name-shadowing
Expand Down

0 comments on commit ffb81c4

Please sign in to comment.