minor fix to template location for haskell

This commit is contained in:
wing328
2016-02-02 22:37:01 +08:00
parent f77a8672fc
commit 743a533c65
5 changed files with 16 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ public class HaskellServantCodegen extends DefaultCodegen implements CodegenConf
* Template Location. This is the location which templates will be read from. The generator
* will use the resource stream to attempt to read the templates.
*/
embeddedTemplateDir = templateDir = "haskell";
embeddedTemplateDir = templateDir = "haskell-servant";
/**
* Api Package. Optional, if needed, this can be used in templates
@@ -342,4 +342,4 @@ public class HaskellServantCodegen extends DefaultCodegen implements CodegenConf
return op;
}
}
}