add portable flag to haste-compiler

This commit is contained in:
Cray Elliott 2014-10-26 05:26:57 -07:00
parent af5c2d6579
commit da68f67eb7

View file

@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
filepath ghcPaths HTTP monadsTf mtl network networkUri random
shellmate systemFileio tar transformers utf8String websockets
];
configureFlags = "-fportable";
meta = {
homepage = "http://haste-lang.org/";
description = "Haskell To ECMAScript compiler";