(Had to update stack.yaml to be able to build, see #96.)
After
stack setup --no-system-ghc
stack build
stack test passes successfully
stack runghc translate/System.hs -- examples/Celement_with_env_1.hs returns:
translate/System.hs:46:1: error:
Failed to load interface for ‘Concept’
Perhaps you meant Convert (needs flag -package-key ghc-8.0.1)
Use -v to see a list of the files searched for.
(Had to update
stack.yamlto be able to build, see #96.)After
stack setup --no-system-ghcstack buildstack testpasses successfullystack runghc translate/System.hs -- examples/Celement_with_env_1.hsreturns: