kaesler / ustax4ps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Federal and State(MA) tax calculator and predictor

Simplified to cover my own needs.

Ignored:
  - standard deduction adjustment for blindness
  - married filing statuses
  - various phaseouts for high incomes


Build: spago build 
Test: spago Test
Bundle: spago bundle-app
Upgrade psc 10 0.14.4
 I upgraded psc globally with: npm install -g purescript@0.14.4
 Then I spago upgrade-set to get the new psc version into packages.dhall
 Then I deleted output/*
 Then I spago build; spago test\
 
 npx purs --version

 It seems spago needs esbuild installed so I did "npm install -g esbuild"
 

About


Languages

Language:PureScript 99.5%Language:JavaScript 0.4%Language:Dhall 0.1%Language:Shell 0.0%Language:Scala 0.0%