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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.0.1, 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:27Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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