On the `make` step using ghc version 8.6.5 it gives me: ```` Building [Prelude] Setup.hs: languages.csv: hGetContents: invalid argument (invalid byte sequence) ```` I fixed it by changing the non-ascii character in: https://github.com/GrammaticalFramework/gf-rgl/blob/a3701d1a481fcb3a5f6686a26aedbc607f18b774/languages.csv#L34 That [could be relevant](https://stackoverflow.com/questions/33574967/reading-file-with-us-ascii-encoding-in-haskell-hgetcontents-invalid-argument) to the issue.