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
27 changes: 5 additions & 22 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1212,34 +1212,17 @@ with haskellLib;
let
mkSeldaPackage =
name:
overrideCabal (drv: {
version = "2024-05-05-unstable";
overrideSrc {
version = "0.5.2.1-unstable-2025-12-04";
src =
pkgs.fetchFromGitHub {
owner = "valderman";
repo = "selda";
rev = "50c3ba5c5da72bb758a4112363ba2fe1c0e968ea";
hash = "sha256-LEAJsSsDL0mmVHntnI16fH8m5DmePfcU0hFw9ErqTgQ=";
rev = "e5015300f40ca8b5b0b6552ab9d8c1af5984175d";
hash = "sha256-Y5xU2EzFe0bwPoKgFpMI2DrWAUTiqpvnTnosh/yn2Pw=";
}
+ "/${name}";
# 2025-04-09: jailbreak to allow bytestring >= 0.12, text >= 2.1
# Note: jailbreak ignores constraints under an if(flag)
postPatch = ''
check_sed() {
if ! test -s "$1"; then
echo "sed: pattern '$2' doesn't match anything" >&2
exit 1
fi
}
sed -i ${name}.cabal \
-e 's/\(bytestring\) .*/\1/w c1' \
-e 's/\(text\) .*/\1/w c2' \
-e 's/\(aeson\) .*/\1/w c3'
check_sed c1 'bytestring .*'
check_sed c2 'text .*'
${lib.optionalString (name == "selda-json") "check_sed c3 'aeson .*'"}
'';
}) super.${name};
} super.${name};
in
lib.genAttrs [ "selda" "selda-sqlite" "selda-json" ] mkSeldaPackage
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5562,7 +5562,6 @@ broken-packages:
- SecureHash-SHA3 # failure in job https://hydra.nixos.org/build/233216866 at 2023-09-02
- secureUDP # failure in job https://hydra.nixos.org/build/233215410 at 2023-09-02
- SegmentTree # failure in job https://hydra.nixos.org/build/233216161 at 2023-09-02
- selda # failure in job https://hydra.nixos.org/build/307521709 at 2025-09-19
- selda-postgresql # failure in job https://hydra.nixos.org/build/245539286 at 2024-01-02
- selectors # failure in job https://hydra.nixos.org/build/233227433 at 2023-09-02
- selenium # failure in job https://hydra.nixos.org/build/233214276 at 2023-09-02
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/haskell-modules/hackage-packages.nix

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

Loading