summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hplayground/default.nix
blob: b12024f5945229e28076ed85e74e45b7fb936b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, dataDefault, hasteCompiler, hastePerch, monadsTf
, transformers
}:

cabal.mkDerivation (self: {
  pname = "hplayground";
  version = "0.1.0.2";
  sha256 = "13lzw0fhv305zh2ry0d74y5k7vxppjlwsb8vi3iri5zpkkdpfhij";
  buildDepends = [
    dataDefault hasteCompiler hastePerch monadsTf transformers
  ];
  meta = {
    homepage = "https://github.com/agocorona/hplayground";
    description = "a client-side haskell framework that compiles to javascript with the haste compiler";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
  };
})