Adding new functionalities to a project is only 10-15% of development. It is often a supplement to existing project parts or refactoring/redesign, which requested modifying service operation. After making changes in one place, the Haskell compiler will remind to fix other dependent project parts.
Refactoring is a must in MVP startups development. We actively change the project functionalities and add new ones.