When you do not specify a template, what is the default value?
i.e. when you run the command stack new foo.
stack new foo
As you can see from the source code , this is a template with a name new-template.
new-template
It is located here: https://github.com/commercialhaskell/stack-templates/blob/master/new-template.hsfiles
In fact, when you try to execute your command, it says this:
sibi { ~ }-> stack new foo Downloading template "new-template" to create project "foo" in foo/ ...
Source: https://habr.com/ru/post/1650755/More articles:Change confidence interval format in packet metaphor graph? - rHow do you defer JavaScript analysis for YouTube videos on WordPress? - javascriptHow to set the color of `rightBarButtonItem` in the navigation bar? - iosUnable to determine incoming call number using BroadcastReceiver [Marshmallow] - javaНевозможно использовать значение undefined в качестве ссылки ARRAY в ~/modules/Log/Syslog/Constants.pm строка 28 - perlVariables of blocked functions must be declared as mutable in the original C ++ - c ++Is `await` in Python3 collaborative multitasking? - pythonThe most efficient way to search dicts is pythonxcode 7 Objective c Warning - zero was passed to the called party, which requires a non-empty argument - objective-cRewriting a specific line in multiple files using PowerShell with user input - powershellAll Articles