Skip to content

split password-instances into multiple packages #1

@cdepillabout

Description

@cdepillabout

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions