Update version bounds for GHC 7.8#6
Conversation
|
Tbh, I'd like to phase out Is there something which you can only do with |
|
Not really, I could just switch to |
|
ok; fwiw, |
|
Making the switch over now. But, doesn't deepseq-generics impose a runtime penalty that deepseq-th would impose at compile time? |
|
@maxcan that's the cool thing about If you happen to find cases where this is not the case, it's a bug in the GHC optimizer. So you won't be able to measure a runtime penalty, but if you do, please file a bug, as that's most likely a bug in GHC then. |
I bounced the version bound for base to
< 5, as it will cause issues with every newghc version and the package doesn't use any exotic functions from base. I removed the
upper bound on
template-haskell, because it never makes sense to install a differentversion of template haskell than the one provided by GHC.