Ziyang Liu
Ziyang Liu
Custom dimensions are now enabled with 5460d8d. An example is available in [`exe/CustomDimensionExample.hs`](https://github.com/facebook/duckling/blob/master/exe/CustomDimensionExample.hs). Let me know if there are any questions!
@tbaptista I think you are right :) Let's keep this issue open until we figure out a proper story for extending existing dimensions.
Thanks for reporting the bug. This one seems tricky to fix without modifying ghc-exactprint. See https://github.com/alanz/ghc-exactprint/issues/97. Worst can we can disable refactoring of this hint in HLint.
I've disabled refactoring for this hint, if the body is an `HsCase`. https://github.com/ndmitchell/hlint/pull/1171 @jneira I can make a release of 0.9.0.0 now. Do you see anything else that needs to...
Yeah, I'd like to fix #87 before a release. And perhaps more importantly, if https://github.com/alanz/ghc-exactprint/issues/96 needs to be fixed, I should wait for that too, because apply-refact calls `ghcWrapper`, so...
@jneira Yeah, I think a release is due. The issue we were discussing before (#87), it seems best to be fixed in ghc-exactprint. There are two more issues I'd like...
@jneira 0.9.0.0 is out :slightly_smiling_face:
Hi @jneira! I haven't looked at this one since a year ago :smile: . I think this requires some changes to ghc-exactprint, which I'm happy to look into soon, but...
@andreasabel Thanks for catching this. I've updated the upper bounds of `base` for the latest several versions on Hackage. Since `ghc` versions map 1:1 to `base` versions, will remove bounds...
My understanding is that you can't depend on a different version of the GHC library than the GHC compiler version you are using. That is the whole reason why `ghc-lib`...