jagajaga / fp-homework-templates-2020

Homework templates for Haskell ITMO course at CTD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fp-homework-templates

MIT license

Template Haskell homework project for FP ITMO course.

This fork is intended to provide template for stack new command

Execute

stack new fp-homework https://raw.githubusercontent.com/pva701/fp-homework-templates/master/fp-homework.hsfiles

That's it, you're all set!

Before that, it's better to define several parameters in ~/.stack/config.yaml:

templates:
  params:
    author-name: Put your name here
    author-email: your@email.com
    github-username: your_github

About

Homework templates for Haskell ITMO course at CTD

License:MIT License


Languages

Language:Haskell 100.0%