summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hplayground/default.nix
blob: c4e9ddbe2aa67765bed662ecb68992e8d2c1b422 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.1.0";
  sha256 = "03ya82lxhv7acakhl01835p3wvwr3z14jiww7wvj4bzlib8qsi8b";
  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 ];
    broken = true;
  };
})