Constant project_init::includes::MISO_TEMPLATE [] [src]

pub const MISO_TEMPLATE: &'static str = "license = \"BSD3\"\nwith_readme = true\nwebsite = \"https://hackage.haskell.org/package/\" # {{ project }}\n\n[files]\nfiles = []\ndirectories = [\"src\",\"app\",\"web-src\"]\ntemplates = [\"src/Lib.hs\",\"app/Main.hs\",\"Setup.hs\",\n    \"{{ project }}.cabal\", \"stack.yaml\", \"stack-shake.yaml\",\n    \".travis.yml\", \".gitignore\", \"shake.hs\"]\n\n[config]\nversion = \"0.1.0.0\"\nversion_control = \"git\"\n\n[[user]]\nlicense_file = \"LICENSE\"\n"