Collecting my attempts to improve at tech, art, and life

Haskell

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

Programming Language

Stack

Project and dependency manager for Haskell.

Stack

install:

Code Sample
    curl -sSL https://get.haskellstack.org/ | sh
  

self-upgrade. will probably ask for sudo.

Code Sample
    stack upgrade
  
file: ~/.stack/config.yaml
    templates:
  params:
    author-email: value
    author-name: value
    github-username: value