It would be nice if the password-instances packages was split into separate packages, where each package just provided instances for a given Haskell package.
For instance, now the password-instances package provides typeclass instances for the Pass and PassHash datatypes for instances from aeson, http-api-data, and persistent.
It would be nice to break password-instances up into three packages, password-instances-aeson, password-instances-http-api-data, and password-instances-persistent.
The the password-instances package could just re-export all these sub-packages.
It would be nice if the
password-instancespackages was split into separate packages, where each package just provided instances for a given Haskell package.For instance, now the
password-instancespackage provides typeclass instances for thePassandPassHashdatatypes for instances fromaeson,http-api-data, andpersistent.It would be nice to break
password-instancesup into three packages,password-instances-aeson,password-instances-http-api-data, andpassword-instances-persistent.The the
password-instancespackage could just re-export all these sub-packages.