You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use this lib as an alternative to tar, but it uses FilePath, which I don't want to use for correctness reasons, so I want to use this with RawFilePath from the unix package. For that to work I need access to the internals. I think it's feasible to expose them as Codec.Archive.Internal.<Foo>. I was going to provide a PR, but was stopped by #7
The text was updated successfully, but these errors were encountered:
I wanted to use this lib as an alternative to tar, but it uses
FilePath
, which I don't want to use for correctness reasons, so I want to use this withRawFilePath
from the unix package. For that to work I need access to the internals. I think it's feasible to expose them asCodec.Archive.Internal.<Foo>
. I was going to provide a PR, but was stopped by #7The text was updated successfully, but these errors were encountered: