Adds hplayground, needs hastePerch
This commit is contained in:
parent
9217c7995c
commit
e3ad8ba4be
21
pkgs/development/libraries/haskell/hplayground/default.nix
Normal file
21
pkgs/development/libraries/haskell/hplayground/default.nix
Normal 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 ];
|
||||||
|
};
|
||||||
|
})
|
@ -1077,6 +1077,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
hourglass = callPackage ../development/libraries/haskell/hourglass {};
|
hourglass = callPackage ../development/libraries/haskell/hourglass {};
|
||||||
|
|
||||||
|
hplayground = callPackage ../development/libraries/haskell/hplayground {};
|
||||||
|
|
||||||
hseCpp = callPackage ../development/libraries/haskell/hse-cpp {};
|
hseCpp = callPackage ../development/libraries/haskell/hse-cpp {};
|
||||||
|
|
||||||
hsimport = callPackage ../development/libraries/haskell/hsimport {};
|
hsimport = callPackage ../development/libraries/haskell/hsimport {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user