You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
This is known issue. And this is not a bug of importify. This is because of bugs in haskell-names library: haskell-suite/haskell-names#96
I don't think this can be fixed w/o dirty hacks and I don't actually want to do such hacks..
chshersh
changed the title
Doesn't work well with quasi-quanitipisiridididi (dunno how it's called)
[IMRF-71] Doesn't work well with quasi-quanitipisiridididi (dunno how it's called)
Sep 13, 2017
This time I am a bit lazy to provide full good bug report, but briefly the problem is the following. We have such definition:
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
:The text was updated successfully, but these errors were encountered: