PSU CS557 final project.
stack build
stack exec todo-hs-exe
(run the program, make sure to build after you've made changes)Libraries end up in the src
folder.
The application is in the app
folder.
To add a new library:
package.yaml
in your favorite editordependencies
. If you're feeling really lazy, you don't even need to add a version, just dump in the library name that you want.stack build
Just run stack ghci