2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 11:10:42 +02:00
|
|
|
{ cabal, ghcjsBase, mtl, text }:
|
2014-03-11 13:28:07 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ghcjs-dom";
|
2014-09-23 14:17:34 +02:00
|
|
|
version = "0.1.1.0";
|
|
|
|
sha256 = "0ywxkp13n78skbcr0d1m5mgz23xds27sdfxswfc9zjcsb513w3gg";
|
2014-08-04 11:10:42 +02:00
|
|
|
buildDepends = [ ghcjsBase mtl text ];
|
2014-03-11 13:28:07 +01:00
|
|
|
meta = {
|
|
|
|
description = "DOM library that supports both GHCJS and WebKitGTK";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|