haskell-ghcjs-dom: update to version 0.1.0.0
This commit is contained in:
parent
c3683828fa
commit
baef1bd1d4
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, ghcjsBase, mtl }:
|
{ cabal, ghcjsBase, mtl, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghcjs-dom";
|
pname = "ghcjs-dom";
|
||||||
version = "0.0.10";
|
version = "0.1.0.0";
|
||||||
sha256 = "0xffr197m6qam4q7ckgcwl0v9kwrxa5fm894c9vyxdmlcjyn38rm";
|
sha256 = "0qm43bd4m7w14p6ag643h09pll4fp09j1mzjyqvp0dhal03dc723";
|
||||||
buildDepends = [ ghcjsBase mtl ];
|
buildDepends = [ ghcjsBase mtl text ];
|
||||||
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…
Reference in New Issue
Block a user