You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, command stack new hello-world $TEMPLATE_NAME generates project structure where name-as-module value is Helloworld instead of HelloWorld. Example
The Data.Text function toTitle (used to generate the name-as-module) has a bug: apparently, dashes are considered as letters for some reason. This has to be fixed in the text package.
At the moment, command
stack new hello-world $TEMPLATE_NAME
generates project structure wherename-as-module
value isHelloworld
instead ofHelloWorld
. ExampleThe text was updated successfully, but these errors were encountered: