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 @@ -3214,6 +3214,16 @@ with haskellLib;

# 2025-5-15: Too strict bounds on base <4.19, see: https://github.com/zachjs/sv2v/issues/317
sv2v = doJailbreak super.sv2v;

# 2025-06-25: Upper bounds of transformers and bytestring too strict,
# as haskore 0.2.0.8 was released in 2016 and is quite outdated.
# Tests fail with:
# ### Error in: 11:comparison with MIDI files generated by former Haskore versions:23:Ssf:1
# src/Test/MIDI/Ssf.mid: openBinaryFile: does not exist (No such file or directory)
# Necessary files aren't listed in extra-source-files in the cabal file
# and therefore aren't uploaded to hackage
# Needs to be fixed upstream
haskore = dontCheck (doJailbreak super.haskore);
}
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,6 @@ broken-packages:
- haskoin # failure in job https://hydra.nixos.org/build/233201668 at 2023-09-02
- haskoin-util # failure in job https://hydra.nixos.org/build/233222171 at 2023-09-02
- haskoin-wallet # failure in job https://hydra.nixos.org/build/233206922 at 2023-09-02
- haskore # failure in job https://hydra.nixos.org/build/233238668 at 2023-09-02
- haskore-vintage # failure in job https://hydra.nixos.org/build/233230742 at 2023-09-02
- HaskRel # failure in job https://hydra.nixos.org/build/295090970 at 2025-04-22
- hasktorch-codegen # failure in job https://hydra.nixos.org/build/233232876 at 2023-09-02
Expand Down
2 changes: 0 additions & 2 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.