hpqtypes v1.4.0 Release Notes

Release Date: 2015-02-26 // about 9 years ago
    • โž• Add support for QuickCheck 2.7.
    • โž• Add support for notifications.
    • โœ‚ Remove SpaceMonoid, use Monoid and IsString instead.
    • ๐Ÿ“ฆ Use data-default-class package for default values.
    • โฌ‡๏ธ Drop Single, use Identity functor instead.
    • โœ‚ Remove someSQL from IsSQL class.
    • โœ‚ Remove foldlM/foldrM from MonadDB and make QueryResult instance of Foldable instead.
    • โž• Add support for a type representing cartesian product of rows for more composability.
    • Do not wrap exceptions thrown from DBT in DBException unless explicitly requested.
    • Provide custom Show instance for Interval.
    • โž• Add ToSQL instance for Int.