diff --git a/ChangeLog.md b/ChangeLog.md index 1ce684b..1039008 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for butcher +## 1.3.2.1 -- October 2018 + +* Adapt/Use latest version of `deque` to fix ghc-8.6 problems + ## 1.3.2.0 -- October 2018 * Fix for simpleCompletion diff --git a/butcher.cabal b/butcher.cabal index e5057db..0b3b6d8 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.2.0 +version: 1.3.2.1 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3