fumieval
Twitterでは既に言及しましたが、私が引き継いで実装を進めています。DuplicateRecordFieldsと共通のメカニズムを使っているため、PatternSynonymsから生成したレコードとはうまく協調しないなど完璧ではありませんが、早ければ次のGHC(9.2)には入ると見込んでいるのでお楽しみに https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4017
> stack ls snapshots --help Usage: stack.exe ls snapshots [COMMAND] [-l|--lts] [-n|--nightly] View local snapshot (default option) Available options: -l,--lts Only show lts snapshots -n,--nightly Only show nightly snapshots -h,--help Show this help text Available commands: remote View remote snapshot local View local snapshot
> stack ls snapshots remote -l Invalid option `-l' Usage: stack.exe ls snapshots remote View remote snapshot > stack ls snapshots remote --lts Invalid option `--lts' Usage: stack.exe ls snapshots remote View remote snapshot
> stack --version Version 2.3.3, Git revision cb44d51bed48b723a5deb08c3348c0b3ccfc437e x86_64 hpack-0.33.0
$ stack ls snapshots --lts remote
GHC2021
なるオプションが検討されているらしい。GHC2021
要るかという投票がされてる。