ameingast / postgresql-simple-migration

PostgreSQL Schema Migrations for Haskell
Other
85 stars 48 forks source link

Derive Functor for MigrationResult #14

Closed expipiplus1 closed 7 years ago

expipiplus1 commented 7 years ago

And Foldable and Traversable

ameingast commented 7 years ago

In order to merge this in, the patch needs to work with both GHC 7.6 and GHC 7.8.

Thanks for contributing!

expipiplus1 commented 7 years ago

@ameingast done