This package browser is in early development. Mind the rough edges.

ghc-project-template

Specify Haskell project templates and generate files

Haskell library for both generating and consuming project templates.

ost IDEs provide the concept of a project template: instead of writing all of the code for a project from scratch, you select a template, answer a few questions, and a bunch of files are automatically generated.

project-template tries to provide a canonical Haskell library for implementing the ideal templating system.

Installation

Install the latest version of ghc-project-template as follows:

guix install ghc-project-template

Or install a particular version:

guix install ghc-project-template@0.2.1.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ghc-project-template about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-project-template'><img src='https://packages.guix.gnu.org/packages/ghc-project-template/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-project-template/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-project-template)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-project-template][https://packages.guix.gnu.org/packages/ghc-project-template/badges/latest-version.svg]]