haskell-ghcjs-dom: update to version 0.1.1.1

This commit is contained in:
Peter Simons 2014-12-12 09:49:24 +01:00
parent 126fa7e0a5
commit 703459b3fd

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "ghcjs-dom";
version = "0.1.1.0";
sha256 = "0ywxkp13n78skbcr0d1m5mgz23xds27sdfxswfc9zjcsb513w3gg";
version = "0.1.1.1";
sha256 = "0fwwm658gf4fp32zmfskfayi480ddsf40y2cfla88a7l1rbacwif";
buildDepends = [ ghcjsBase mtl text ];
meta = {
description = "DOM library that supports both GHCJS and WebKitGTK";