Version 0.5
0.5
- Allow
transformers-0.6
, see #47. - Drop dependencies on
mtl
andtasty
. See #45, #46. - Derive the stock
Eq
andOrd
instances forValidation
, see #43. - Add
selectT
, see #42. - Add more general instances for
IdentityT
andReaderT
. This is technically
a breaking change becauseSelective
is not a superclass ofMonad
. See #38.