--- a/snap-templates.cabal +++ b/snap-templates.cabal @@ -5,14 +5,14 @@ description: This is the Scaffolding CLI for the official Snap Framework libraries. It includes: . - * The \"snap\" executable program for generating starter projects + * The \"snap-framework\" executable program for generating starter projects . To get started, issue the following sequence of commands: . @$ cabal install snap-templates $ mkdir myproject $ cd myproject - $ snap init@ + $ snap-framework init@ . If you have trouble or any questions, see our FAQ page () or the documentation @@ -57,7 +57,7 @@ extra-source-files: test/snap-testsuite.cabal, test/runTestsAndCoverage.sh -Executable snap +Executable snap-framework hs-source-dirs: src main-is: Snap/Starter.hs