Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit dabc193

Browse files
committed
[test] Modify function return type
this should pass all unit tests but cause bdcs build to fail
1 parent be82c4b commit dabc193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codec/RPM/Conduit.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ payloadC = awaitForever (yield . rpmArchive)
5252

5353
-- | Extract the package payload from an 'RPM', decompress it, and return each element of
5454
-- the payload as a 'Data.CPIO.Entry'.
55-
payloadContentsC :: (MonadResource m, MonadThrow m) => Conduit RPM m Entry
55+
payloadContentsC :: (MonadResource m, MonadThrow m) => Conduit RPM m C.ByteString
5656
payloadContentsC = payloadC
5757
.| decompress Nothing
5858
.| readCPIO

0 commit comments

Comments
 (0)