Adds hplayground, needs hastePerch

This commit is contained in:
tomberek 2014-08-12 20:37:22 -04:00
parent 9217c7995c
commit e3ad8ba4be
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,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 ];
};
})

View file

@ -1077,6 +1077,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hourglass = callPackage ../development/libraries/haskell/hourglass {};
hplayground = callPackage ../development/libraries/haskell/hplayground {};
hseCpp = callPackage ../development/libraries/haskell/hse-cpp {};
hsimport = callPackage ../development/libraries/haskell/hsimport {};