Bump to 1.3.3.2, Add changelog

pull/8/head
Lennart Spitzner 2020-06-09 00:18:01 +02:00
parent c23c53fe25
commit 585294f3a3
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 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
* Fix a cabal file mistake

View File

@ -1,5 +1,5 @@
name: butcher
version: 1.3.3.1
version: 1.3.3.2
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).
license: BSD3