Skip to content

Commit 8091442

Browse files
cootcrocodile-dentist
authored andcommitted
Moved ouroboros-network-protocols to ouroboros-network
* `ouroboros-network-protocols` -> `ouroboros-network:protocols` in `protocols/lib` * `ouroboros-network-protocols:testlib` -> `ouroboros-network:protocols-tests-lib` in `protocols/tests-lib` * `ouroboros-network-protocols:test` -> `ouroboros-network:protocols-tests` in `protocols/tests` * `ouroboros-network-protocols:bench` -> `ouroboros-network:protocols-bench` in `protocols/bench`
1 parent 2349742 commit 8091442

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dmq-node/dmq-node.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ library
103103
network ^>=3.2.7,
104104
network-mux ^>=0.9.1,
105105
optparse-applicative ^>=0.18,
106-
ouroboros-network:{ouroboros-network, orphan-instances} ^>=0.23,
106+
ouroboros-network:{ouroboros-network, orphan-instances, protocols} ^>=0.23,
107107
ouroboros-network-api ^>=0.17,
108108
ouroboros-network-framework ^>=0.20,
109-
ouroboros-network-protocols ^>=0.16,
110109
random ^>=1.2,
111110
singletons,
112111
text >=1.2.4 && <2.2,
@@ -174,9 +173,9 @@ test-suite dmq-test
174173
io-classes,
175174
io-sim,
176175
kes-agent-crypto,
176+
ouroboros-network:{protocols, protocols-tests-lib},
177177
ouroboros-network-api,
178178
ouroboros-network-framework,
179-
ouroboros-network-protocols:{ouroboros-network-protocols, testlib},
180179
ouroboros-network-testing,
181180
quickcheck-instances,
182181
serialise,

0 commit comments

Comments
 (0)