about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haste-compiler/default.nix
blob: a6d9c6f837151b8091736b86c1054e6fe6fae7df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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;
    broken = true;
  };
})