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