parent
ed4665f8ee
commit
c62b7f813c
|
@ -1,5 +1,9 @@
|
||||||
# Revision history for butcher
|
# Revision history for butcher
|
||||||
|
|
||||||
|
## 1.3.1.1 -- April 2018
|
||||||
|
|
||||||
|
* Fixup version bound
|
||||||
|
|
||||||
## 1.3.1.0 -- April 2018
|
## 1.3.1.0 -- April 2018
|
||||||
|
|
||||||
* Add/Expose two more functions: addAlternatives and varPartDesc
|
* Add/Expose two more functions: addAlternatives and varPartDesc
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.3.1.0
|
version: 1.3.1.1
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
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).
|
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
@ -42,7 +42,7 @@ library
|
||||||
, unsafe < 0.1
|
, unsafe < 0.1
|
||||||
, microlens <0.5
|
, microlens <0.5
|
||||||
, microlens-th <0.5
|
, microlens-th <0.5
|
||||||
, multistate >=0.8 && <0.9
|
, multistate >=0.7 && <0.9
|
||||||
, pretty <1.2
|
, pretty <1.2
|
||||||
, containers <0.6
|
, containers <0.6
|
||||||
, transformers <0.6
|
, transformers <0.6
|
||||||
|
|
|
@ -388,7 +388,7 @@ import Data.Tree ( Tree(..)
|
||||||
import Control.Monad.Trans.MultiRWS ( MonadMultiReader(..)
|
import Control.Monad.Trans.MultiRWS ( MonadMultiReader(..)
|
||||||
, MonadMultiWriter(..)
|
, MonadMultiWriter(..)
|
||||||
, MonadMultiState(..)
|
, MonadMultiState(..)
|
||||||
, MonadMultiGet(..)
|
, mGet
|
||||||
)
|
)
|
||||||
|
|
||||||
import Control.Monad.Trans.MultiReader ( runMultiReaderTNil
|
import Control.Monad.Trans.MultiReader ( runMultiReaderTNil
|
||||||
|
|
Loading…
Reference in New Issue