haskell-ghcjs-dom: update to version 0.0.6
This commit is contained in:
parent
0135fe7b1a
commit
08fed7fab5
@ -1,10 +1,10 @@
|
|||||||
{ cabal, glib, gtk3, mtl, transformers, webkitgtk3 }:
|
{ cabal, ghcjsBase, mtl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghcjs-dom";
|
pname = "ghcjs-dom";
|
||||||
version = "0.0.4";
|
version = "0.0.6";
|
||||||
sha256 = "1a3dv2l3s3aifcpivmnv308k2a1kb7r4x0z9gi83wc4xr9a8f08w";
|
sha256 = "0c27mf5cjvw5q4lwbmi245q4y09b61y5s6hxsfzgdn4lhfbvdma6";
|
||||||
buildDepends = [ glib gtk3 mtl transformers webkitgtk3 ];
|
buildDepends = [ ghcjsBase mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "DOM library that supports both GHCJS and WebKitGTK";
|
description = "DOM library that supports both GHCJS and WebKitGTK";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user