Stack Tutorial
Date: October 13, 2024
Stack官方Tutorial: https://docs.haskellstack.org/en/stable/tutorial/
Github limits
- Generate new token and click
repo
: Personal Access Tokens - Add token to your environment variables:
echo 'export GITHUB_TOKEN=your_github_token' >> ~/.bashrc source ~/.bashrc