# 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.4"; sha256 = "12xqj7f9vqj2zsv3ipfmpkdnqagh2g0x4i4jsj98q91ynwhzg1am"; 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 ]; }; })