-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm having some trouble adding alex as a build-tool, I've tried doing haskellTools = ghc : [ghc.alex]; but I still get
> Error: [Cabal-4123]
> The program 'alex' is required but it could not be found
because it's not added as a build-tool. I've also tried adding it to component.build-tool-depends to no avail:
build-tool-depends = [
"alex"
];
This error only happens when running with nix run, interestingly. cabal run does seem to work fine
Metadata
Metadata
Assignees
Labels
No labels