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
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 withRawFilePathfrom 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 #7