mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
23 lines
736 B
Nix
23 lines
736 B
Nix
# 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;
|
|
};
|
|
})
|