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

{ cabal, ghcjsBase, mtl, text }:

cabal.mkDerivation (self: {
  pname = "ghcjs-dom";
  version = "0.1.0.0";
  sha256 = "0qm43bd4m7w14p6ag643h09pll4fp09j1mzjyqvp0dhal03dc723";
  buildDepends = [ ghcjsBase mtl text ];
  meta = {
    description = "DOM library that supports both GHCJS and WebKitGTK";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})