Description
A Haskell support package that provides default-value instances for types from the base package. It lets code using data-default request defaults for common standard-library types.
Developers use it to avoid redefining the same defaults across projects. Instance behavior should still be understood because defaults can affect application configuration and tests.