climb: Building blocks for a GHCi-like REPL with colon-commands

[ bsd3, library, program, user-interfaces ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ejconlon/climb#readme


[Skip to Readme]

Modules

[Last Documentation]

  • Climb

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.5.0
Dependencies base (>=4.12 && <5), bytestring (>=0.10 && <1), climb, containers (>=0.6 && <1), exceptions (>=0.10 && <1), linenoise (>=0.3.2 && <1), mtl (>=2.2 && <3), text (>=1.2 && <2), unliftio-core (>=0.1 && <1) [details]
License BSD-3-Clause
Copyright (c) 2019 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Category User Interfaces
Home page https://github.com/ejconlon/climb#readme
Bug tracker https://github.com/ejconlon/climb/issues
Source repo head: git clone https://github.com/ejconlon/climb
Uploaded by ejconlon at 2020-06-21T19:28:34Z
Distributions
Executables climb-demo
Downloads 1112 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-06-21 [all 3 reports]

Readme for climb-0.3.2

[back to package description]

climb

CircleCI

Building blocks for a GHCI-like REPL with colon-commands. (Not production ready!) See the demo app for usage, or see the lower-level haskell-linenoise library this depends on.