haskell-ghcjs-dom: update to version 0.0.7
This commit is contained in:
parent
45625d48a1
commit
a1060da394
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghcjs-dom";
|
pname = "ghcjs-dom";
|
||||||
version = "0.0.6";
|
version = "0.0.7";
|
||||||
sha256 = "0c27mf5cjvw5q4lwbmi245q4y09b61y5s6hxsfzgdn4lhfbvdma6";
|
sha256 = "1yg2c0slndg3y9bk95xkbgl8zp4lmcgw9wk3jkk1sdizn3y3yggq";
|
||||||
buildDepends = [ ghcjsBase mtl ];
|
buildDepends = [ ghcjsBase mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "DOM library that supports both GHCJS and WebKitGTK";
|
description = "DOM library that supports both GHCJS and WebKitGTK";
|
||||||
|
|
Loading…
Reference in New Issue