From 64615f9a4056e7bf076323029087b3fbfeb53810 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sun, 9 Jun 2019 20:41:59 +0200 Subject: [PATCH] Bump to 1.3.2.3, Fix deque dependency bounds --- ChangeLog.md | 6 +++++- butcher.cabal | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c1a8f1a..20d57ac 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Revision history for butcher -## 1.3.2.2 -- December 2018 +## 1.3.2.3 -- June 2019 + +* Fix broken build when using deque>=0.3 + +## 1.3.2.2 -- June 2019 (broken, disabled on hackage) * Fix too-shallow descriptions on siblings for partial parses returned for interactive usage diff --git a/butcher.cabal b/butcher.cabal index a5ab8ae..c43e82e 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.2.2 +version: 1.3.2.3 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3 @@ -50,7 +50,7 @@ library , extra <1.7 , void <0.8 , bifunctors <5.6 - , deque >=0.2.4 && <0.5 + , deque >=0.3 && <0.5 } hs-source-dirs: src default-language: Haskell2010