This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-core".

The branch, master has been updated
       via  efd96b2f2b9eed7399a3c814dcd490708cf1e9dd (commit)
      from  fab18d58ee5282c61005045acd5851921bb6db25 (commit)


Summary of changes:
 project_template/barebones/foo.cabal |    4 ++--
 project_template/default/foo.cabal   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit efd96b2f2b9eed7399a3c814dcd490708cf1e9dd
Author: Shu-yu Guo <[email protected]>
Date:   Sun Jun 6 01:42:20 2010 -0700

    Add -threaded to template .cabal files, technically was broken

diff --git a/project_template/barebones/foo.cabal 
b/project_template/barebones/foo.cabal
index b9a0869..9bd4e50 100644
--- a/project_template/barebones/foo.cabal
+++ b/project_template/barebones/foo.cabal
@@ -27,7 +27,7 @@ Executable projname
     filepath >= 1.1 && <1.2
 
   if impl(ghc >= 6.12.0)
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
                  -fno-warn-unused-do-bind
   else
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
diff --git a/project_template/default/foo.cabal 
b/project_template/default/foo.cabal
index 0fdaa77..e6b231f 100644
--- a/project_template/default/foo.cabal
+++ b/project_template/default/foo.cabal
@@ -31,7 +31,7 @@ Executable projname
     filepath >= 1.1 && <1.2
 
   if impl(ghc >= 6.12.0)
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
                  -fno-warn-unused-do-bind
   else
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to