Description
A Haskell library for dynamic reconfiguration. It lets applications rebuild or reload configuration-driven behavior while running, instead of requiring a full restart for every change.
Developers use it in tools and services that benefit from user-editable configuration. Reload behavior should be predictable, and bad configuration should fail safely without losing the previous working state.