Peter Becich
Peter Becich
My mistake, this issue was entirely in my `init` file; no issue with `envrc`. It was solved by fixing my `exec-path-from-shell` config. Moved ``` (when (memq window-system '(mac ns x))...
Appears to fix it ``` export LANG=C.UTF-8 ```
Great idea, thank you @sol, pardon my late response I have opened an issue in Cabal: https://github.com/haskell/cabal/issues/9343
Good catch, you're correct: ``` $ cabal run test:tests -- --match "/buildBridge for purescript 0.14/tests with custom type Foo/" buildBridge for purescript 0.14 tests with custom type Foo [✘] Failures:...
I believe this fixes the sorted column background color: https://github.com/haskell/hackage-server/pull/1207 I have not looked at the other issues yet. Let's leave the issue open and solve those later. Please review.
More improvements: https://github.com/haskell/hackage-server/pull/1281
Looks good to me, thanks! But I am not a reviewer
good point @ysangkok about the pink hue, I hadn't thought of that. @414owen , would you remove the color changes or split into a different PR and keep the other...
@ysangkok please review
Just noting for myself, ~this allows the `DocTests` to work~ unreliably: ``` cabal build --write-ghc-environment-files=always cabal test DocTests --write-ghc-environment=always ```