[package-plan] 01/01: patch snap-templates for newer directory
Clint Adams
clint at moszumanska.debian.org
Tue Jul 4 16:59:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 34cf29b202e5538b6fe06012657e62a41ab53f91
Author: Clint Adams <clint at debian.org>
Date: Tue Jul 4 12:59:47 2017 -0400
patch snap-templates for newer directory
---
patches/snap-templates/1.0.0.0/newer-directory | 11 +++++++++
patches/snap-templates/1.0.0.0/rename-snap-binary | 28 +++++++++++++++++++++++
patches/snap-templates/1.0.0.0/series | 2 ++
3 files changed, 41 insertions(+)
diff --git a/patches/snap-templates/1.0.0.0/newer-directory b/patches/snap-templates/1.0.0.0/newer-directory
new file mode 100644
index 0000000..cc47166
--- /dev/null
+++ b/patches/snap-templates/1.0.0.0/newer-directory
@@ -0,0 +1,11 @@
+--- a/snap-templates.cabal
++++ b/snap-templates.cabal
+@@ -67,7 +67,7 @@
+ base >= 4 && < 5,
+ bytestring >= 0.9.1 && < 0.11,
+ containers >= 0.3 && < 0.6,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ directory-tree >= 0.11 && < 0.13,
+ filepath >= 1.1 && < 1.5,
+ -- Blacklist bad versions of hashable
diff --git a/patches/snap-templates/1.0.0.0/rename-snap-binary b/patches/snap-templates/1.0.0.0/rename-snap-binary
new file mode 100644
index 0000000..f953c54
--- /dev/null
+++ b/patches/snap-templates/1.0.0.0/rename-snap-binary
@@ -0,0 +1,28 @@
+--- 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
+@@ -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
+
diff --git a/patches/snap-templates/1.0.0.0/series b/patches/snap-templates/1.0.0.0/series
new file mode 100644
index 0000000..9c42677
--- /dev/null
+++ b/patches/snap-templates/1.0.0.0/series
@@ -0,0 +1,2 @@
+rename-snap-binary
+newer-directory
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list