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

{ cabal, hasteCompiler, transformers }:

cabal.mkDerivation (self: {
  pname = "haste-perch";
  version = "0.1.0.4";
  sha256 = "12ssfik7v671727yxplz44gwgy9i815l44r4z3x066ndcqglr306";
  buildDepends = [ hasteCompiler transformers ];
  meta = {
    homepage = "https://github.com/agocorona/haste-perch";
    description = "Create, navigate and modify the DOM tree with composable syntax, with the haste compiler";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
    broken = true;
  };
})