Closed karlkashofer closed 1 year ago
For the git-version, you can/should generate it via "make git-version".
For the stack build error, that is weird. Which version of stack do you have?
Hi !
Thanks for your help !
1.) making git-version works, maybe add that to the build instructions ? Error #2 still the same though. 2.) $ stack --version Version 2.1.3, Git revision 636e3a759d51127df2b62f90772def126cdf6d1f (7735 commits) x86_64 hpack-0.31.2
Hi !
After a "stack clean --full" the project has now built without incident ! Maybe my fake git-version file messed something up. Thanks, KK
OK, I must admit I don't know stack enough to understand why a clean was needed. I'll update the docs to mention the make git-version, but that text file is not interpreted by anything, so I doubt it was the cause. Thanks!
Closing this since it's very old. I still don't know if this works for other people, or if anyone cares, but… :)
I try to build on debian, it fails with:
If i provide a dummy file (git --version > git-version) it still fails somewhere else:
Any idea what could be wrong ? Cheers, KK