aboutsummaryrefslogtreecommitdiffstats
path: root/realCalc.cabal
AgeCommit message (Collapse)AuthorFilesLines
2018-05-25Rename application to hscRaymond Hogenson1-71/+0
It's a more professional name, although pretty stupid. I should spend some time to come up with a good name. On the other hand, it's for "internal use only" so maybe it doesn't matter. Well, also I took the time to GPL it, so I guess the moral is that I'm bored.
2018-05-17Fix .cabal based on cabal checkRaymond Hogenson1-1/+4
I've taken out Wall, which I guess makes sense, and I've added a description. I don't plan on submitting this to Hackage or anything.
2018-05-17Write a calculatorRaymond Hogenson1-0/+68
It's pretty nice. It works for what I want. I don't think I have any complaints about its functionality. I'll add new functions as I need them. Haskell is actually really easy to program in. I wonder actually if this would have been easier in Python. I think no.