dmjio
dmjio
@jb55, ah yea, sorry about that. Although, it might be possible for us to call into `aws-general`, using the `S3Keys` and `S3Request` types from this package.
@jb55 awesome!
@jb55 Fantastic. You're a hero for saving this package. Regarding v3 support, I'm fine making your changes backwards incompatible with others. What we can do is make a `v3` branch,...
@jb55 I've gone ahead an made a `v3` branch for users that still rely on this older version. If you make a PR with your changes I would love to...
@jb55 do you think the proposed versioning scheme will accommodate the needs of your applications on both v3 and v4 schemes?
Sounds good, then let's proceed with major bump plan. PR when ready and I'll merge, we can add tests potentially before hackage release.
It seems like `monad-time` is very small, I'm not sure if introducing the typeclass constraint (`MonadTime m => m`) and an additional dependency is necessary. A whole new dependency just...
cc @jb55
@snoyberg thanks! Will fix / upgrade.
@snoyberg, uploaded new version `1.0`, test-suite will pass now. As well as the ghcjs tests using phantomjs / hspec. Do I need to uncomment https://github.com/fpco/stackage/commit/470d64238f4c3ccdea55a3874f48aa1489a00516 ?