peschkaj / todo.hs

The greatest todo list app that this team has ever created for CS557
MIT License
0 stars 0 forks source link

todo-hs

PSU CS557 final project.

Getting Started

  1. Install Haskell Stack
  2. Clone this repository
  3. Go to the repository folder in your terminal
  4. stack build
  5. stack exec todo-hs-exe (run the program, make sure to build after you've made changes)

Code Layout/Architecture

Libraries end up in the src folder. The application is in the app folder.

Adding a new library

To add a new library:

  1. Open package.yaml in your favorite editor
  2. Add the library under dependencies. If you're feeling really lazy, you don't even need to add a version, just dump in the library name that you want.
  3. Run stack build

What about GHCI?

Just run stack ghci