# MealProject_Haskell ## Running the Project To run the application, use the following command: ```bash ghci -package bytestring -package vector -package cassava ``` ```bash :l Proj.hs ``` ```bash main ```