ghcjs-dom: fix expression and update to version 0.1.1.3

This commit is contained in:
Charles Strahan 2014-12-27 19:54:48 -05:00
parent 83d58831bc
commit c05ec6104d

View file

@ -6,9 +6,8 @@
cabal.mkDerivation (self: {
pname = "ghcjs-dom";
version = "0.1.1.1";
sha256 = "0fwwm658gf4fp32zmfskfayi480ddsf40y2cfla88a7l1rbacwif";
buildDepends = [ ghcjsBase mtl text ];
version = "0.1.1.3";
sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly";
buildDepends = [ mtl ] ++ (if buildType == "jsffi" then [ ghcjsBase ] else if buildType == "webkit" then [ glib transformers gtk webkit ] else throw "unrecognized buildType");
configureFlags = if buildType == "jsffi" then [ ] else if buildType == "webkit" then [ "-f-ghcjs" "-fwebkit" "-f-gtk3" ] else throw "unrecognized buildType";
meta = {