File: rename-snap-binary

package info (click to toggle)
haskell-snap-templates 1.0.0.2-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: haskell: 313; sh: 49; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: b/snap-templates.cabal
===================================================================
--- 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
     (<http://snapframework.com/faq>) or the documentation
@@ -59,7 +59,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