Daniel Gröber (dxld)

Results 358 comments of Daniel Gröber (dxld)

No worries, I've pulled out the bmke fix. I've also simplified things a bit by not relying on make's `=` assignment late expansion so `:=` could be used without reordering...

Any chance I can get a review on this? @MichaelEischer @fd0 @rawtaz (sorry not sure who to ping)

> I'm not sure if it implements through the same underlying mechanism, but it's an option only in the creation form and it manifests the sa You mean the new...

This is the section you're talking about, right? https://github.com/haskell/cabal/blob/0ad0ac0b4c434b32794e03ac8f0e15801c59775c/Cabal/doc/nix-local-build.rst#L331-L389

I can reproduce this with master, but it doesn't seem to happen when the `packages:` declaration is in `cabal.project` file (as would be normal) instead of `cabal.project.local`. Strange.

Ah, you're totally right! ``` TODO: add support for multiple packages in a directory TargetPackage TargetImplicitCwd [PackageIdentifier {pkgName = PackageName "repro-b", pkgVersion = mkVersion [0,1,0,0]},PackageIdentifier {pkgName = PackageName "repro-b", pkgVersion...

I had a look at the code and I might have a crack at the cabal file thing when I have some motivation actually. Seems to me like there's just...

@carlohamalainen I'd be happy to merge this (±some cleanup) into ghc-mod if you want to shoot us a PR :3