nixpkgs/pkgs/development/libraries/haskell/hplayground/default.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;
};
})