Ben Bellick
Ben Bellick
Hey, I have the same system (except 2.3 GHz Quad-Core Intel Core i7 and Ventura 13.3.1 (a) and I am having the same issue. I have checked out that commit...
FYI, I was able to temporarily fix the issue and enter into a nix.shell by recreating the lock file (this is back on the most recent master commit now): ```shell...
Seems the issue still persists: ```shell benjaminbellick@Benjamins-MBP ghc.nix % git status On branch update_flake_lock_action Your branch is up to date with 'origin/update_flake_lock_action'. nothing to commit, working tree clean benjaminbellick@Benjamins-MBP ghc.nix...
> Previously, I had a look at converting utop's mode to comint but have found it difficult. The main difficulty is that utop mode's interaction isn't a true repl. In...
By the way, it may be the case that the library is "finished" in that there are no more changes to be made and it fully captures the intended scope...
@davesnx I see, that makes a lot of sense. Thanks for the response! The way I view the melange vs. jsoo comparison is about whether or not your preference is...
Hey, I have tried to reproduce this error and am having trouble. Calling hlint on the following file: ```haskell {-# LANGUAGE OverloadedRecordDot #-} newtype T = T { f ::...