ConfigReader needs to be defined with a covariant type parameter

Issue #5 resolved
Jed Wesley-Smith created an issue

For compatibility with the scalaz 7.0.x variance scheme, to use it in a monad transformer (specifically EitherT) it needs to be defined as ConfigReader[+_]