about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haste-perch/default.nix
blob: e9135d9432080cf87a5364ab6043fac334ae8fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hasteCompiler, mtl }:

cabal.mkDerivation (self: {
  pname = "haste-perch";
  version = "0.1.0.0";
  sha256 = "0g2ijb0mzqs2iq4i47biaxbsg4v15w9ky6yyz6wmngwf06rg4iwj";
  buildDepends = [ hasteCompiler mtl ];
  jailbreak = true;
  meta = {
    homepage = "https://github.com/agocorona/haste-perch";
    description = "Create dynamic HTML in the browser using blaze-html-style notation with Haste";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})