Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1508,4 +1508,13 @@ self: super: {
# Test suite requires running a database server. Testing is done upstream.
hasql-pool = dontCheck super.hasql-pool;

# This bumps optparse-applicative to <0.16 in the cabal file, as otherwise
# the version bounds are not satisfied. This can be removed if the PR at
# https://github.com/ananthakumaran/webify/pull/27 is merged and a new
# release of webify is published.
webify = appendPatch super.webify (pkgs.fetchpatch {
url = "https://github.com/ananthakumaran/webify/pull/27/commits/6d653e7bdc1ffda75ead46851b5db45e87cb2aa0.patch";
sha256 = "sha256:0xbfhzhzg94b4r5qy5dg1c40liswwpqarrc2chcwgfbfnrmwkfc2";
});

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -3110,7 +3110,6 @@ broken-packages:
- binary-protocol-zmq
- binary-search
- binary-streams
- binary-strict
- binary-typed
- bind-marshal
- BinderAnn
Expand Down Expand Up @@ -10463,7 +10462,6 @@ broken-packages:
- webdriver-w3c
- WeberLogic
- webfinger-client
- webify
- webkit-javascriptcore
- Webrexp
- webserver
Expand Down