haskell.packages.ghc94.ormolu: fix eval by bumping version#217238
haskell.packages.ghc94.ormolu: fix eval by bumping version#217238maralorn merged 1 commit intoNixOS:haskell-updatesfrom
Conversation
|
A temporary fix in the meantime would be nice too, but I don't know how to override |
|
Thank you for this PR! Content looks fine. Can you please reword the commit to something like The PR framing might be a bit misleading. ormolu is not a dependency of ghc, so it does not break its build. |
|
Oh, and you can totally fix this in the interim with an overlay. It should work with something like |
|
It works with |
0f2f335 to
653dc22
Compare
|
Thanks! |
Description of changes
The ormolu pin in
configuration-ghc-9.4.x.nixlooks for version 0.5.2.0, but the one currently available in nixpkgs is 0.5.3.0 (released on Hackage late Jan). Commands likenix build haskell.packages.ghc94.ormolufail with the following error:Following the former suggestion fixes the issue.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)