haskell-webdriver: bump version

Fixes build error, jailbreak no longer necessary
This commit is contained in:
Joachim Fasting 2015-02-07 18:46:31 +00:00
parent a2c87d374f
commit 09c6d80ac0

View File

@ -9,8 +9,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "webdriver"; pname = "webdriver";
version = "0.6.0.3"; version = "0.6.0.4";
sha256 = "1q0l9rs5j4cxzyqsy6r40y425359s246spk3g3pks7s47yynjn4q"; sha256 = "1miy65dl60gymf0a65kjykdmsl3cwcjrfg1iiyk6vkjz39y6y7qf";
buildDepends = [ buildDepends = [
aeson attoparsec base64Bytestring cond dataDefault directoryTree aeson attoparsec base64Bytestring cond dataDefault directoryTree
exceptions filepath httpClient httpTypes liftedBase monadControl exceptions filepath httpClient httpTypes liftedBase monadControl
@ -18,7 +18,6 @@ cabal.mkDerivation (self: {
transformersBase unorderedContainers vector zipArchive transformersBase unorderedContainers vector zipArchive
]; ];
testDepends = [ parallel text ]; testDepends = [ parallel text ];
jailbreak = true;
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "https://github.com/kallisti-dev/hs-webdriver"; homepage = "https://github.com/kallisti-dev/hs-webdriver";