Closed WillSewell closed 8 years ago
@WillSewell,
Can you explicitly avoid aeson
version 0.10.0.0
.
>= 0.8 && < 0.10 || >= 0.11 && < 1.1 -- EDIT
I'd commit a change with the above (test first if you could), then rebase off master, and fixup/squash the last commit.
@WillSewell, Oh, and thanks :)
There's probably quite a few deps. that need to be upgraded.
No problem @dmjio. Just checking if you did mean >= 0.8 && < 0.10 || >= 0.11 && < 1.2
and not >= 0.8 && < 0.10 || >= 0.11 && < 1.1
? Since 1.1.*
hasn't been released yet.
I guess the title is misleading. It's a non inclusive upper bound. Oops.
@WillSewell, ah yes, that's what I meant :)
Thought 1.1 was latest for some reason
Ok, updated :)
@WillSewell, awesome, thanks :) Don't worry about the CI, I'll fix that.
This makes it compatible with the latest stackage nightly (
nightly-2016-10-26
).