Relax version bound on multistate, Bump to 1.3.1.1

pull/5/head 1.3.1.1
Lennart Spitzner 2018-04-17 20:45:54 +02:00
parent ed4665f8ee
commit c62b7f813c
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Revision history for butcher
## 1.3.1.1 -- April 2018
* Fixup version bound
## 1.3.1.0 -- April 2018
* Add/Expose two more functions: addAlternatives and varPartDesc

View File

@ -1,5 +1,5 @@
name: butcher
version: 1.3.1.0
version: 1.3.1.1
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
@ -42,7 +42,7 @@ library
, unsafe < 0.1
, microlens <0.5
, microlens-th <0.5
, multistate >=0.8 && <0.9
, multistate >=0.7 && <0.9
, pretty <1.2
, containers <0.6
, transformers <0.6

View File

@ -388,7 +388,7 @@ import Data.Tree ( Tree(..)
import Control.Monad.Trans.MultiRWS ( MonadMultiReader(..)
, MonadMultiWriter(..)
, MonadMultiState(..)
, MonadMultiGet(..)
, mGet
)
import Control.Monad.Trans.MultiReader ( runMultiReaderTNil