File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1- ## Changes in 0.34.0 (upcoming)
1+ ## Changes in 0.34.0
2+ - Use ` PreferNoHash ` as default ` GenerateHashStrategy `
23 - Add support for library ` visibility ` (see #382 )
34 - Reject URLs for ` github `
45
6+ ## Changes in 0.33.1
7+ - Add ` GenerateHashStrategy ` . The default is ` PreferHash ` for ` 0.33.0 ` and
8+ will change to ` PreferNoHash ` with ` 0.34.0 ` . See
9+ https://github.com/sol/hpack/pull/390 ) for details.
10+
11+ - Add command-line options ` --hash ` and ` --no-hash `
12+
13+ ## Changes in 0.33.0.1
14+ - Silently ignore missing hash when the cabal file content didn't change at
15+ all (for forward compatibility with #390 )
16+
517## Changes in 0.33.0
618 - Support GHC 8.8.1: ` fail ` is no longer a part of ` Monad ` . Instead, it lives
719 in the ` MonadFail ` class. Adapting our code to this change meant changing
You can’t perform that action at this time.
0 commit comments