Skip to content

Instantly share code, notes, and snippets.

View ad-si's full-sized avatar
🎯
Working on airsequel.com

Adrian Sieber ad-si

🎯
Working on airsequel.com
View GitHub Profile
@ad-si
ad-si / adrian.hsfiles
Created February 21, 2019 09:26
Adrian's Stack Template
{-# START_FILE package.yaml #-}
name: {{name}}
version: 0.1.0.0
synopsis:
description:
homepage: https://github.com/{{github-username}}{{^github-username}}githubuser{{/github-username}}/{{name}}#readme
license: AGPL-3.0-or-later
author: {{author-name}}{{^author-name}}Author name here{{/author-name}}
maintainer: {{author-email}}{{^author-email}}example@example.com{{/author-email}}
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2019{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}