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

ghc-project-template 0.2.1.0

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 ghc-project-template 0.2.1.0 as follows:

guix install ghc-project-template@0.2.1.0

Or install the latest version:

guix install ghc-project-template

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.