horizon-spec-pretty: Horizon Stable Package Set Pretty Printer

[ library, mit, package-management ] [ Propose Tags ]

This package contains the pretty printer for the Horizon stable package set types (https://horizon-haskell.net). This is a schema used to define package sets sourcing from hackage and git.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.11.3 && <0.12), containers (>=0.6.6 && <0.7), dhall (>=1.41.2 && <1.42), horizon-spec (>=0.6 && <0.7), lens (>=5.0 && <5.3), path (>=0.9.2 && <0.10), text (>=2 && <2.1) [details]
License MIT
Copyright 2022 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Package Management
Home page https://horizon-haskell.net
Source repo head: git clone https://gitlab.homotopic.tech/horizon/horizon-spec-pretty
Uploaded by locallycompact at 2023-02-24T17:46:57Z
Distributions
Downloads 69 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-02-24 [all 1 reports]

Readme for horizon-spec-pretty-0.0.1

[back to package description]

horizon-spec-pretty

horizon-spec-pretty contains the pretty printer for horizon-spec.

The function you want is horizonExportToExpr.

Dhall.pretty $ horizonExportToExpr hz

Building

nix build

Development

nix develop
cabal test all