Haskell创建一个简单的项目

示例

要创建一个名为helloworld的项目,请运行:

stack new helloworld simple

这将创建一个目录helloworld,其中包含Stack项目所需的文件。