[Pkg-haskell-commits] darcs: tools: Command line flags for creating a static binary
Joachim Breitner
mail at joachim-breitner.de
Mon Jul 11 20:00:17 UTC 2011
Mon Jul 11 19:59:45 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Command line flags for creating a static binary
Ignore-this: 13e776ac9f53f4a8577d07abdc7646e4
A ./make-static-binary.sh
Mon Jul 11 19:59:45 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Command line flags for creating a static binary
Ignore-this: 13e776ac9f53f4a8577d07abdc7646e4
diff -rN -u old-tools//make-static-binary.sh new-tools//make-static-binary.sh
--- old-tools//make-static-binary.sh 1970-01-01 00:00:00.000000000 +0000
+++ new-tools//make-static-binary.sh 2011-07-11 20:00:17.608561398 +0000
@@ -0,0 +1 @@
+ghc -O2 -optl-static -optl-pthread -package transformers --make haskell-pkg-debcheck.hs
More information about the Pkg-haskell-commits
mailing list