haskellPackages.duckdb-simple: jailbreak (#528095)

This commit is contained in:
Wolfgang Walther 2026-06-05 20:49:03 +00:00 committed by GitHub
commit 0d1190abf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1721,6 +1721,11 @@ with haskellLib;
];
}) super.duckdb-ffi;
# 2026-06-04: too strict bounds on QuickCheck <2.16
# https://github.com/Tritlo/duckdb-haskell/pull/13
# TODO: remove after PR is merged
duckdb-simple = doJailbreak super.duckdb-simple;
spacecookie = overrideCabal (old: {
buildTools = (old.buildTools or [ ]) ++ [ pkgs.buildPackages.installShellFiles ];
# let testsuite discover the resulting binary