add portable flag to haste-compiler
This commit is contained in:
parent
af5c2d6579
commit
da68f67eb7
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
filepath ghcPaths HTTP monadsTf mtl network networkUri random
|
filepath ghcPaths HTTP monadsTf mtl network networkUri random
|
||||||
shellmate systemFileio tar transformers utf8String websockets
|
shellmate systemFileio tar transformers utf8String websockets
|
||||||
];
|
];
|
||||||
|
configureFlags = "-fportable";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haste-lang.org/";
|
homepage = "http://haste-lang.org/";
|
||||||
description = "Haskell To ECMAScript compiler";
|
description = "Haskell To ECMAScript compiler";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user