Skip to content

Commit 51914b3

Browse files
committed
WIP
1 parent 11102a0 commit 51914b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

typed-protocols/typed-protocols.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,13 @@ library stateful-cborg
114114

115115
build-depends: base,
116116
bytestring,
117-
cborg,
117+
cborg:cborg,
118118
singletons,
119119

120120
io-classes:io-classes,
121-
typed-protocols:{typed-protocols,cborg,stateful}
121+
typed-protocols:typed-protocols,
122+
typed-protocols:cborg,
123+
typed-protocols:stateful,
122124

123125
hs-source-dirs: stateful-cborg
124126
default-language: Haskell2010

0 commit comments

Comments
 (0)