mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
haskellPackages.duckdb-simple: jailbreak
too strict bounds on QuickCheck <2.16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user