$ inigo init MyNameSpace BaseWithTests ../templates/baseWithTests.inigo
Initializing new inigo application MyNameSpace.BaseWithTests from template ../templates/baseWithTests.inigo
Successfully built ../templates/baseWithTests.inigo
$ inigo build
Uncaught error: Parse errors ([("Inigo.ipkg":3:10--3:11, "Expected end of input.")])
package
modules = Main
sourcedir = ""
builddir = "build"
version = 0.0.1
main = Main
executable = BaseWithTests
I tried to initialize a project from the templates in the
templatessubdirectory.The initialization works but then I cannot build either one of them.
baseDhall.inigoMain.idrlooks like this:baseWithTests.inigoInigo.ipkglooks like this: