add portable flag to haste-compiler
This commit is contained in:
parent
af5c2d6579
commit
da68f67eb7
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue