From c62b7f813ca8c7a41522643aacf91b181607ec18 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Tue, 17 Apr 2018 20:45:54 +0200 Subject: [PATCH] Relax version bound on multistate, Bump to 1.3.1.1 --- ChangeLog.md | 4 ++++ butcher.cabal | 4 ++-- srcinc/prelude.inc | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2236b42..e44f221 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/butcher.cabal b/butcher.cabal index cb2289c..ae9bba7 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -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 (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 diff --git a/srcinc/prelude.inc b/srcinc/prelude.inc index fb235a5..439a040 100644 --- a/srcinc/prelude.inc +++ b/srcinc/prelude.inc @@ -388,7 +388,7 @@ import Data.Tree ( Tree(..) import Control.Monad.Trans.MultiRWS ( MonadMultiReader(..) , MonadMultiWriter(..) , MonadMultiState(..) - , MonadMultiGet(..) + , mGet ) import Control.Monad.Trans.MultiReader ( runMultiReaderTNil