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
10 changes: 10 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,9 @@ self: super: {
sha256 = "sha256-O+v/OxvqnlWX3HaDvDIBZnJ+Og3xs/SJqI3gaouU3ZI=";
}) super.records-sop;

# Need https://github.com/well-typed/large-records/pull/151
large-generics = doJailbreak super.large-generics;

# Fix build failures for ghc 9 (https://github.com/mokus0/polynomial/pull/20)
polynomial = appendPatch (fetchpatch {
name = "haskell-polynomial.20.patch";
Expand Down Expand Up @@ -3068,4 +3071,11 @@ self: super: {

# Too strict bounds on text. Can be removed after https://github.com/alx741/currencies/pull/3 is merged
currencies = doJailbreak super.currencies;

# https://github.com/awakesecurity/proto3-wire/pull/104
proto3-wire = appendPatch (pkgs.fetchpatch {
url = "https://github.com/awakesecurity/proto3-wire/commit/c1cadeb5fca2e82c5b28e2811c01f5b37eb21ed8.patch";
hash = "sha256-tFOWpjGmZANC7H82QapZ36raaNWuZ6F3BgjxnfTXpMs=";
}) super.proto3-wire;

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,7 @@ broken-packages:
- language-webidl # failure in job https://hydra.nixos.org/build/233194656 at 2023-09-02
- laop # failure in job https://hydra.nixos.org/build/233204106 at 2023-09-02
- LargeCardinalHierarchy # failure in job https://hydra.nixos.org/build/233250339 at 2023-09-02
- large-generics # failure in job https://hydra.nixos.org/build/233210324 at 2023-09-02
- large-records
- Lastik # failure in job https://hydra.nixos.org/build/233194460 at 2023-09-02
- latest-npm-version # failure in job https://hydra.nixos.org/build/233239108 at 2023-09-02
- latex-formulae-image # failure in job https://hydra.nixos.org/build/233251243 at 2023-09-02
Expand Down Expand Up @@ -4759,7 +4759,6 @@ broken-packages:
- pro-source # failure in job https://hydra.nixos.org/build/233226793 at 2023-09-02
- prosper # failure in job https://hydra.nixos.org/build/233244079 at 2023-09-02
- proteaaudio # failure in job https://hydra.nixos.org/build/233225498 at 2023-09-02
- proto3-wire # failure in job https://hydra.nixos.org/build/233208217 at 2023-09-02
- protocol-buffers # failure in job https://hydra.nixos.org/build/233220653 at 2023-09-02
- protocol-buffers-fork # failure in job https://hydra.nixos.org/build/233228361 at 2023-09-02
- protocol # failure in job https://hydra.nixos.org/build/233224436 at 2023-09-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,6 @@ dont-distribute-packages:
- language-qux
- language-spelling
- large-anon
- large-records
- lat
- latex-formulae-hakyll
- latex-formulae-pandoc
Expand Down
5 changes: 1 addition & 4 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.