Nicolas Mattia
Nicolas Mattia
@Gabriel439 The problem here is that I don't want to pull the whole source tree into the nix store; ideally I'd copy only `package.dhall` and potentially the other files it...
Good question. The activity has indeed calmed down, due to two factors: 1. I’ve had very little time to work on snack 1. I ran into some pretty big maintainability...
Interesting, can you share your `package.yaml`/`package.nix`? Any idea where the `-main-is` is coming from? Looks like ghc is receiving it as `-main-is Curator` (one arg) as opposed to `-main-is` `Curator`...
Mh, it looks like the `Settings` object file is not being forwarded to the linking step of `StaticFiles`. Do you have the code?
@YuMingLiao wow, nice sleuthing! just got back from NixCon, catching up with notifications. Can GHC still find the object files/shared objects (i.e. not the interface files) even if they're unpacked...
@philderbeast that's a good question, and one that doesn't have an answer yet. Can you give an example project structure, and the commands you'd imagine typing? For instance it's unclear...
Question: does hpack allow multiple `library`s ? https://github.com/nmattia/snack/compare/master...BlockScope:repro/multi-pkg-92#diff-b70f96cd6dacdfa375dc26b966109277R3 I'll play a bit with https://github.com/BlockScope/snack/tree/repro/multi-pkg-92 and see what I come up with. I like the idea of being able to specify...
> I change a the module in `Foo.Bar` in package `A`, only the modules in package `B` that depend on `Foo.Bar` have to be recompiled if I want to run/compile...
@philderbeast I missed your comment above (https://github.com/nmattia/snack/issues/51#issuecomment-429475668). You can add them like this: https://github.com/nmattia/snack/blob/90e27fccb0ca0eda57e56bd79441feac4787201e/snack-lib/hpack.nix#L10 > It resolves imports and pretty prints JSON equivalent to running yaml2json on a package.yaml. I...
Hey, apologies, I missed the notification. I took the decision to stop maintaining snack because I just don't have the time anymore; I'll still gladly accept PRs. I'll make this...