climb 0.5.1 → 0.6.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~linenoisePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: linenoise
API changes (from Hackage documentation)
- Climb: ReplDef :: !ReplDirective -> !Text -> !Text -> !OptionCommands m -> !Command m -> !Completion m -> ReplDef m
+ Climb: ReplDef :: !ReplDirective -> !Text -> !Text -> !OptionCommands m -> !Command m -> !Completion m -> ReplDef (m :: Type -> Type)
- Climb: [rdCompletion] :: ReplDef m -> !Completion m
+ Climb: [rdCompletion] :: ReplDef (m :: Type -> Type) -> !Completion m
- Climb: [rdExecCommand] :: ReplDef m -> !Command m
+ Climb: [rdExecCommand] :: ReplDef (m :: Type -> Type) -> !Command m
- Climb: [rdGreeting] :: ReplDef m -> !Text
+ Climb: [rdGreeting] :: ReplDef (m :: Type -> Type) -> !Text
- Climb: [rdOnInterrupt] :: ReplDef m -> !ReplDirective
+ Climb: [rdOnInterrupt] :: ReplDef (m :: Type -> Type) -> !ReplDirective
- Climb: [rdOptionCommands] :: ReplDef m -> !OptionCommands m
+ Climb: [rdOptionCommands] :: ReplDef (m :: Type -> Type) -> !OptionCommands m
- Climb: [rdPrompt] :: ReplDef m -> !Text
+ Climb: [rdPrompt] :: ReplDef (m :: Type -> Type) -> !Text
- Climb: data ReplDef m
+ Climb: data ReplDef (m :: Type -> Type)
- Climb: data () => ReplDirective
+ Climb: data ReplDirective
- Climb: type Command m = Text -> m ReplDirective
+ Climb: type Command (m :: Type -> Type) = Text -> m ReplDirective
- Climb: type Completion m = Text -> m [Text]
+ Climb: type Completion (m :: Type -> Type) = Text -> m [Text]
- Climb: type OptionCommands m = Map Text (Text, Command m)
+ Climb: type OptionCommands (m :: Type -> Type) = Map Text (Text, Command m)
Files
- climb.cabal +5/−5
climb.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack ----- hash: 62b124d5c5b6fc6ffe423ff59768627f4c9fcad2d95b22f794f79d35e314d807+-- hash: b29667bdc4492f0f51fe1df41c406056b9bbde355adb6a41eb975a30c7e7af10 name: climb-version: 0.5.1+version: 0.6.0 synopsis: Building blocks for a GHCi-like REPL with colon-commands description: Please see the README on GitHub at <https://github.com/ejconlon/climb#readme> category: User Interfaces@@ -42,7 +42,7 @@ , bytestring >=0.10 && <1 , containers >=0.6 && <1 , exceptions >=0.10 && <1- , linenoise >=0.4.2 && <1+ , linenoise >=0.5.0 && <1 , mtl >=2.2 && <3 , text >=1.2 && <3 , unliftio-core >=0.1 && <1@@ -64,7 +64,7 @@ , climb , containers >=0.6 && <1 , exceptions >=0.10 && <1- , linenoise >=0.4.2 && <1+ , linenoise >=0.5.0 && <1 , mtl >=2.2 && <3 , text >=1.2 && <3 , unliftio-core >=0.1 && <1