packages feed

butcher 1.3.1.0 → 1.3.1.1

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~containersdep ~freedep ~multistatePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers, free, multistate

API changes (from Hackage documentation)

- UI.Butcher.Monadic: cmd_out :: forall out_aiBH. Lens' (CommandDesc out_aiBH) (Maybe out_aiBH)
+ UI.Butcher.Monadic: cmd_out :: forall out_afiy. Lens' (CommandDesc out_afiy) (Maybe out_afiy)
- UI.Butcher.Monadic.Types: cmd_out :: forall out_aiBH. Lens' (CommandDesc out_aiBH) (Maybe out_aiBH)
+ UI.Butcher.Monadic.Types: cmd_out :: forall out_afiy. Lens' (CommandDesc out_afiy) (Maybe out_afiy)

Files

ChangeLog.md view
@@ -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
butcher.cabal view
@@ -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 @@     , 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
srcinc/prelude.inc view
@@ -388,7 +388,7 @@ import Control.Monad.Trans.MultiRWS       ( MonadMultiReader(..)                                           , MonadMultiWriter(..)                                           , MonadMultiState(..)-                                          , MonadMultiGet(..)+                                          , mGet                                           )  import Control.Monad.Trans.MultiReader    ( runMultiReaderTNil