butcher 1.1.0.0 → 1.1.0.1
raw patch · 3 files changed
+9/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- butcher.cabal +4/−4
- srcinc/prelude.inc +1/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for cmdparse-applicative +## 1.1.0.1 -- August 2017++* Adapt for ghc-8.2+ ## 1.1.0.0 -- May 2017 * First version. Released on an unsuspecting world.
butcher.cabal view
@@ -1,11 +1,11 @@ name: butcher-version: 1.1.0.0+version: 1.1.0.1 synopsis: Chops a command or program invocation into digestable pieces. description: See the README (it is properly formatted on github) license: BSD3 license-file: LICENSE author: Lennart Spitzner-maintainer: lsp@informatik.uni-kiel.de+maintainer: hexagoxel@hexagoxel.de copyright: Copyright (C) 2016-2017 Lennart Spitzner category: UI build-type: Simple@@ -41,7 +41,7 @@ other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core build-depends:- { base >=4.8 && <4.10+ { base >=4.8 && <4.11 , free , unsafe , microlens@@ -104,7 +104,7 @@ type: exitcode-stdio-1.0 default-language: Haskell2010 build-depends:- { base >=4.8 && <4.10+ { base >=4.8 && <4.11 , butcher , free , unsafe
srcinc/prelude.inc view
@@ -351,6 +351,7 @@ ) import Data.Typeable ( Typeable+ , cast ) import Control.Arrow ( first