Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cabal-version: 3.0
-- sed -i 's/\(binary\),/\1-cabal-is-broken,/' binary.cabal

name: binary
version: 0.8.9.2
version: 0.8.9.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fourth digit is for packaging patches and such. Substantial implementation changes warrant the third digit (to allow downstream to distinguish with MIN_VERSION_binary(x,y,z).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit is introduced from the ghc gitlab mirror's master branch which already is ahead of this repo. i'm fine with a bump though imo it's better left in a future patch before we push another hackage release

license: BSD-3-Clause
license-file: LICENSE
author: Lennart Kolmodin <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
binary
======

binary-0.8.9.3
--------------

- Drop `-Wnoncanonical-monadfail-instances` from build flags

binary-0.8.9.2
--------------

Expand Down
Loading
Loading