haskellPackages.{binary-strict,webify}: fix build

webify needs a bump in the cabal file. As the last upstream commit is
two years ago, I think it makes sense to not wait for upstream to merge
the PR [0] and release a new version.

[0] https://github.com/ananthakumaran/webify/pull/27

authored by

Justin Humm and committed by
Peter Simons
86e2dd2c f3ec558a

+9 -2
+9
pkgs/development/haskell-modules/configuration-common.nix
··· 1505 1505 # Test suite requires running a database server. Testing is done upstream. 1506 1506 hasql-pool = dontCheck super.hasql-pool; 1507 1507 1508 + # This bumps optparse-applicative to <0.16 in the cabal file, as otherwise 1509 + # the version bounds are not satisfied. This can be removed if the PR at 1510 + # https://github.com/ananthakumaran/webify/pull/27 is merged and a new 1511 + # release of webify is published. 1512 + webify = appendPatch super.webify (pkgs.fetchpatch { 1513 + url = "https://github.com/ananthakumaran/webify/pull/27/commits/6d653e7bdc1ffda75ead46851b5db45e87cb2aa0.patch"; 1514 + sha256 = "sha256:0xbfhzhzg94b4r5qy5dg1c40liswwpqarrc2chcwgfbfnrmwkfc2"; 1515 + }); 1516 + 1508 1517 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
-2
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 3110 3110 - binary-protocol-zmq 3111 3111 - binary-search 3112 3112 - binary-streams 3113 - - binary-strict 3114 3113 - binary-typed 3115 3114 - bind-marshal 3116 3115 - BinderAnn ··· 10466 10465 - webdriver-w3c 10467 10466 - WeberLogic 10468 10467 - webfinger-client 10469 - - webify 10470 10468 - webkit-javascriptcore 10471 10469 - Webrexp 10472 10470 - webserver