16 lines
477 B
Nix
Raw Normal View History

2014-12-27 21:51:30 -05:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ghcjsBase, mtl, text, fetchgit }:
2014-03-11 13:28:07 +01:00
cabal.mkDerivation (self: {
pname = "ghcjs-dom";
version = "0.1.1.3";
sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly";
2014-12-27 21:51:30 -05: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;
};
})