importify icon indicating copy to clipboard operation
importify copied to clipboard

[IMRF-71] Doesn't work well with quasi-quanitipisiridididi (dunno how it's called)

Open gromakovsky opened this issue 8 years ago • 2 comments

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)

gromakovsky avatar Sep 07 '17 14:09 gromakovsky

Version: 0b0fbe162297481a9480d23b2f4ea9531eed2d13

gromakovsky avatar Sep 07 '17 15:09 gromakovsky

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..

chshersh avatar Sep 13 '17 12:09 chshersh