Closed hvr closed 9 years ago
PS: source-repo and bug-report urls are missing from the .cabal
files; I had to lucky guess where the issue tracker was... :-)
Thank you for the PR, but I'm not sure if this is worth merging in. GHC 7.4 is probably not properly supported anyway due to changes in the semantics of the ghc library. Assigning to @mgsloan for review.
@snoyberg if you don't plan to support GHC 7.4, then please set base >= 4.6
(as well as the tighter lower bounds for containers
and pretty-show
as they're currently provably wrong) in future releases to signal this more explicitly
I would have, but I just copied the bounds from work someone else did.
Sorry for letting this languish. ide-backend-server does support 7.4.2, so it makes sense to be able to build with 7.4.2.
I've merged this, but I haven't tested that it builds with 7.4.2, as I'm assuming the build worked for @hvr.
GHC 7.2 would be fixable too with some effort, but I don't think it's worth the trouble w/ GHC 7.2 being a tech-preview release. GHC 7.0 is out of reach, as the code relies heavily on
DeriveGenerics