Miao ZhiCheng

Results 150 comments of Miao ZhiCheng

Hi! Thanks for reporting! I will have a look. I am aware that this issue could happen because `solc-select` nixpkg is in conflict with the default `solc` exported by this...

This is my current workaround in a project specific basis: 1. Add the "LVM.do" to `haskell-indentation-expression-list)`, the same as how `do` is. 2. override function haskell-indentation-peek-token with your additional qualified...

Who is using the JS-SDK for that? It's been deprecated, and only our own dev/ops-scripts are using it.

Found a one liner: ``` $ ghc --info | ghci -e 'readFile "/dev/stdin" >>= putStrLn . snd . (!! 0) . filter ((== "Project Unit Id"). fst) . (read ::...

Yea, I think it should be part of the path command.

It would be great if the project meta data can support package configurations, in order to support non-hackage dependencies including local ones. (coming from https://github.com/haskell/cabal/discussions/9084)

I'd like to have this fixed... at munihac this weekend, anyone in this thread is around?

Fwiw, I found a workaround for now, that is to specify the package-dbs list in the `project` header. ``` #!/usr/bin/env -S cabal run thsh -- {- cabal: build-depends: base, PyF,...

By the way, a correction, the "user" package-db trick didn't work, I had to use the "in place" one directly: I used the following snippets in my loader of the...