5 ms·
Pardon my ignorance about compilers, Haskell, and programming in general (I have no background in CS, please don't roast me :), but cannot the Glasgow Haskell C
by nick_meister 6y ago
Pardon my ignorance about compilers, Haskell, and programming in general (I have no background in CS, please don't roast me :), but cannot the Glasgow Haskell Compiler (GHC) produce a (binary executable) package that could run in Linux/Windows without having Haskell?
- nh2 6y agoYes, and the announcement even says: "Binaries for Mac and Linux are available."
- michaelmior 6y agoExcept the latest release has only a binary for macOS.
- detaro 6y agostill doesn't mean you need Haskell in your CI environment.
- michaelmior 6y agoCorrect. I didn't say I needed it. I just suggested that I might do this.
- shcollider 6y agoSorry about that, have built a Linux version now. (There wasn't a Docker container available for the build file I'd used at the time)
- michaelmior 6y agoNo problem at all. Thanks!