Skip to content

Commit 6229d45

Browse files
committed
typed-protocols: added a prefix to all sublibraries
1 parent 11102a0 commit 6229d45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

typed-protocols/typed-protocols.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ library
5050
-Widentities
5151
-Wredundant-constraints
5252

53-
library cborg
53+
library typed-protocols-cborg
5454
visibility: public
5555
exposed-modules: Network.TypedProtocol.Codec.CBOR
5656

@@ -74,7 +74,7 @@ library cborg
7474
-Widentities
7575
-Wredundant-constraints
7676

77-
library stateful
77+
library typed-protocols-stateful
7878
visibility: public
7979
exposed-modules: Network.TypedProtocol.Stateful.Peer
8080
, Network.TypedProtocol.Stateful.Peer.Client
@@ -108,7 +108,7 @@ library stateful
108108
-Widentities
109109
-Wredundant-constraints
110110

111-
library stateful-cborg
111+
library typed-protocols-stateful-cborg
112112
visibility: public
113113
exposed-modules: Network.TypedProtocol.Stateful.Codec.CBOR
114114

@@ -118,7 +118,7 @@ library stateful-cborg
118118
singletons,
119119

120120
io-classes:io-classes,
121-
typed-protocols:{typed-protocols,cborg,stateful}
121+
typed-protocols:{typed-protocols,typed-protocols-cborg,typed-protocols-stateful}
122122

123123
hs-source-dirs: stateful-cborg
124124
default-language: Haskell2010
@@ -132,7 +132,7 @@ library stateful-cborg
132132
-Widentities
133133
-Wredundant-constraints
134134

135-
library examples
135+
library typed-protocols-examples
136136
visibility: public
137137
exposed-modules: Network.TypedProtocol.Channel
138138
, Network.TypedProtocol.Driver.Simple
@@ -178,7 +178,7 @@ library examples
178178
io-classes:{io-classes,si-timers},
179179
network,
180180
time,
181-
typed-protocols:{typed-protocols,cborg,stateful}
181+
typed-protocols:{typed-protocols,typed-protocols-cborg,typed-protocols-stateful}
182182

183183
hs-source-dirs: examples
184184
default-language: Haskell2010
@@ -191,7 +191,7 @@ library examples
191191
-Widentities
192192
-Wredundant-constraints
193193

194-
test-suite test
194+
test-suite typed-protocols-test
195195
type: exitcode-stdio-1.0
196196
main-is: Main.hs
197197
hs-source-dirs: test
@@ -200,7 +200,7 @@ test-suite test
200200
build-depends: base
201201
, bytestring
202202
, contra-tracer
203-
, typed-protocols:{typed-protocols,cborg,examples}
203+
, typed-protocols:{typed-protocols,typed-protocols-cborg,typed-protocols-examples}
204204
, io-classes:{io-classes,si-timers}
205205
, io-sim
206206
, QuickCheck

0 commit comments

Comments
 (0)