mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-ghcjs-dom: update to version 0.0.6
This commit is contained in:
parent
0135fe7b1a
commit
08fed7fab5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, glib, gtk3, mtl, transformers, webkitgtk3 }:
|
||||
{ cabal, ghcjsBase, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ghcjs-dom";
|
||||
version = "0.0.4";
|
||||
sha256 = "1a3dv2l3s3aifcpivmnv308k2a1kb7r4x0z9gi83wc4xr9a8f08w";
|
||||
buildDepends = [ glib gtk3 mtl transformers webkitgtk3 ];
|
||||
version = "0.0.6";
|
||||
sha256 = "0c27mf5cjvw5q4lwbmi245q4y09b61y5s6hxsfzgdn4lhfbvdma6";
|
||||
buildDepends = [ ghcjsBase mtl ];
|
||||
meta = {
|
||||
description = "DOM library that supports both GHCJS and WebKitGTK";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue