Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanrelf/haskell-template
Template for my Haskell + Nix projects
https://github.com/evanrelf/haskell-template
haskell nix template
Last synced: 3 months ago
JSON representation
Template for my Haskell + Nix projects
- Host: GitHub
- URL: https://github.com/evanrelf/haskell-template
- Owner: evanrelf
- License: isc
- Created: 2019-12-17T18:39:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T00:58:49.000Z (8 months ago)
- Last Synced: 2024-10-12T00:53:37.989Z (4 months ago)
- Topics: haskell, nix, template
- Language: Nix
- Homepage:
- Size: 170 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Template
[![CI](https://github.com/evanrelf/haskell-template/actions/workflows/ci.yml/badge.svg)](https://github.com/evanrelf/haskell-template/actions/workflows/ci.yml)
Template for my Haskell + Nix projects
I use this repo to as a starting point for new projects to avoid rewriting
common boilerplate. It's written in a very "batteries included" style - with all
the bells and whistles I might want included - but I usually strip out a lot of
that for smaller projects, or just steal bits and pieces as I go.It's also nice to capture best practices and my opinions (same thing amirite /s)
on project layout, which I can refer other people to easily.