summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22Initiate acid stateBen Sima
Unfortunately the acid-state package isn't on Stackage, so I need to pull it elsewhere. `stack script` doesn't support this, but `stack runghc` does. It's a bit slower and less reliable, but that's okay for now. https://github.com/commercialhaskell/stack/issues/3370#issuecomment-324124780 https://docs.haskellstack.org/en/stable/GUIDE/#writing-independent-and-reliable-scripts
2018-01-22Standardize errorsBen Sima
2018-01-22Init basic functionalityBen Sima