uniform-shake: uniform wrapper for shake

[ build, library, uniform ] [ Propose Tags ]

shake top level functions using Path (not filepath) version 2 to include in uniform ecosystem, i.e. use text, Path,


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), shake, uniform-json (>=0.1.5), uniformBase (>=0.1.5) [details]
License LicenseRef-GPL
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category Build, Uniform
Home page https://github.com/git@github.com:andrewufrank/u4blog.git#readme
Bug tracker https://github.com/git@github.com:andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/git@github.com:andrewufrank/u4blog.git(uniform-shake)
Uploaded by andrewufrank at 2023-03-15T21:05:03Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 61 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-15 [all 1 reports]

Readme for uniform-shake-0.1.5.1

[back to package description]

a uniform method to access data on file

uniform means:

  • same functions with identical semantics independent of representation
  • all functions are total (or become so using Maybe or Either)