importify
importify copied to clipboard
[IMRF-71] Doesn't work well with quasi-quanitipisiridididi (dunno how it's called)
This time I am a bit lazy to provide full good bug report, but briefly the problem is the following. We have such definition:
helpMsg :: Text
helpMsg = [text|
Avaliable commands:
balance <address> -- check balance on given address (may be any address)
send <N> [<address> <coins>]+ -- create and send transaction with given outputs
from own address #N
|]
It does some magic, I have no idea what it means. The problem is that there was such import and it was removed by importify:
import NeatInterpolation (text)
Version: 0b0fbe162297481a9480d23b2f4ea9531eed2d13
This is known issue. And this is not a bug of importify. This is because of bugs in haskell-names library: https://github.com/haskell-suite/haskell-names/issues/96
I don't think this can be fixed w/o dirty hacks and I don't actually want to do such hacks..