diff --git a/ChangeLog.md b/ChangeLog.md index b1b8758..a75ca7b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/butcher.cabal b/butcher.cabal index 443cca3..fada6bb 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -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 (it is properly formatted on github). license: BSD3