You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is a post-to-the-right-project move of input-output-hk/stack2nix#170 -- I had a stack project that used proto-lens-protoc, and there are both haskell packages and top-level nix packages for this.
I frankly don't care if the solution is hacky, but what's the simplest (to do now, to keep working later) method of getting my proto's sorted for my package? The custom setup used /just/ generates haskell from the .proto files. So any invocation of the protoc compiler that results in the files being in a place that's accessible (and not in my src/ directory, where version control's an issue) for compilation is fine by me.
The text was updated successfully, but these errors were encountered:
Hi, this is a post-to-the-right-project move of input-output-hk/stack2nix#170 -- I had a stack project that used
proto-lens-protoc
, and there are both haskell packages and top-level nix packages for this.I frankly don't care if the solution is hacky, but what's the simplest (to do now, to keep working later) method of getting my proto's sorted for my package? The custom setup used /just/ generates haskell from the
.proto
files. So any invocation of theprotoc
compiler that results in the files being in a place that's accessible (and not in mysrc/
directory, where version control's an issue) for compilation is fine by me.The text was updated successfully, but these errors were encountered: