singlethongs: Like singletons, but much smaller.

[ bsd3, data, library ] [ Propose Tags ]

Like singletons, but much smaller.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), template-haskell [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2020
Author Renzo Carbonara
Maintainer renλren.zone
Category Data
Home page https://gitlab.com/k0001/singlethongs
Bug tracker https://gitlab.com/k0001/singlethongs/issues
Uploaded by RenzoCarbonara at 2020-04-19T22:22:55Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 323 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for singlethongs-0.1

[back to package description]

Singlethongs

Like singletons, but much smaller.

Development

  • Build all with nix-build.

  • Build with some GHC or GHCJS version with nix-build -A $xxx, where xxx is one of ghc865, ghc882, ghcjs86.

  • Enter a development environment with nix-shell -A $xxx.env, where xxx is one of ghc865, ghc882, ghcjs86.