We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b7158 commit b191302Copy full SHA for b191302
changelog.md
@@ -10,7 +10,8 @@
10
* Functions working on entries have been generalized to more polymorphic types,
11
where possible.
12
* Modules which used to `import Codec.Archive.Tar (Entry(..))` should now
13
- `import Codec.Archive.Tar (GenEntry(..), Entry)` and similar for other `Gen`-types.
+ `import Codec.Archive.Tar (Entry, pattern Entry)` and similar for other `Gen`-types.
14
+ Another option is import the entire module qualified.
15
* Redesign `Codec.Archive.Tar.Check`.
16
* Change types of `checkSecurity`, `checkTarbomb`, `checkPortability`.
17
* Add offending path as new field to `TarBombError` constructor.
0 commit comments