pandahs
Setup
Prerequisites
- Stack (required): installation
- GHC and Cabal (optional): installation using GHCup
- Intellij-Haskell plugin (optional)
Initial
stack new pandahs
cd pandahs
stack setup
stack build
stack exec pandahs-exe
git init
git remote add origin git@github.com:kazanzhy/pandahs.git
-- Edit .gitignore
-- Edit pandahs.cabal
-- Edit stack.yaml
-- Edit package.yaml
git add .
git commit -m "Init haskell project"
git push
Work
git remote add origin git@github.com:kazanzhy/pandahs.git
cd pandahs
stack setup
stack build
stack exec pandahs-exe