andrevdm / postgresql-migration

PostgreSQL Schema Migrations for Haskell
Other
15 stars 4 forks source link

Replacing the usage of 'cryptohash' with 'cryptohash-md5' #15

Closed tchoutri closed 1 year ago

tchoutri commented 1 year ago

Hi! I noticed that postgresql-migration is using cryptohash (from what I understand) for MD5. However the cryptohash library has been deprecated, and we can use cryptohash-md5 instead.

Would you be open to a PR replacing the deprecated library for the more lightweight alternative?

andrevdm commented 1 year ago

Fixed by @jhrcek