Skip to content

Commit b191302

Browse files
committed
Changelog: extend migration instructions
1 parent 85b7158 commit b191302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* Functions working on entries have been generalized to more polymorphic types,
1111
where possible.
1212
* Modules which used to `import Codec.Archive.Tar (Entry(..))` should now
13-
`import Codec.Archive.Tar (GenEntry(..), Entry)` and similar for other `Gen`-types.
13+
`import Codec.Archive.Tar (Entry, pattern Entry)` and similar for other `Gen`-types.
14+
Another option is import the entire module qualified.
1415
* Redesign `Codec.Archive.Tar.Check`.
1516
* Change types of `checkSecurity`, `checkTarbomb`, `checkPortability`.
1617
* Add offending path as new field to `TarBombError` constructor.

0 commit comments

Comments
 (0)