nixpkgs/pkgs/development/libraries/haskell/haste-compiler/default.nix

27 lines
902 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-07-04 15:10:57 +02:00
{ cabal, binary, blazeBuilder, bzlib, dataBinaryIeee754
, dataDefault, either, filepath, ghcPaths, HTTP, monadsTf, mtl
, network, random, shellmate, systemFileio, tar, transformers
, utf8String, websockets
2014-07-04 15:10:57 +02:00
}:
cabal.mkDerivation (self: {
pname = "haste-compiler";
version = "0.4.1";
sha256 = "15v4c6rxz4n0wmiys6mam8xprcdq8kxnhpwcqnljshr8wlyihn8b";
2014-07-04 15:10:57 +02:00
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeBuilder bzlib dataBinaryIeee754 dataDefault either
filepath ghcPaths HTTP monadsTf mtl network random shellmate
systemFileio tar transformers utf8String websockets
2014-07-04 15:10:57 +02:00
];
meta = {
homepage = "http://github.com/valderman/haste-compiler";
description = "Haskell To ECMAScript compiler";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})