Bump to 1.3.2.3, Fix deque dependency bounds

pull/5/head 1.3.2.3
Lennart Spitzner 2019-06-09 20:41:59 +02:00
parent ad5ef2e675
commit 64615f9a40
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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 <https://github.com/lspitzner/butcher/blob/master/README.md README> (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