Bump to 1.3.3.2, Add changelog
parent
c23c53fe25
commit
585294f3a3
|
@ -1,5 +1,11 @@
|
||||||
# Revision history for butcher
|
# Revision history for butcher
|
||||||
|
|
||||||
|
## 1.3.3.2 -- June 2020
|
||||||
|
|
||||||
|
* Support ghc-8.10
|
||||||
|
* Fix a somewhat hidden issue in the cabal file
|
||||||
|
* Add support for building / testing via haskell.nix nixpkgs overlay
|
||||||
|
|
||||||
## 1.3.3.1 -- April 2020
|
## 1.3.3.1 -- April 2020
|
||||||
|
|
||||||
* Fix a cabal file mistake
|
* Fix a cabal file mistake
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.3.3.1
|
version: 1.3.3.2
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
synopsis: Chops a command or program invocation into digestable pieces.
|
||||||
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
Loading…
Reference in New Issue