From 585294f3a35cf1c483bdc957cc6a6fd48ea7d30b Mon Sep 17 00:00:00 2001
From: Lennart Spitzner <hexagoxel@hexagoxel.de>
Date: Tue, 9 Jun 2020 00:18:01 +0200
Subject: [PATCH] Bump to 1.3.3.2, Add changelog

---
 ChangeLog.md  | 6 ++++++
 butcher.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
 license:             BSD3