Compare commits

...

2 Commits

Author SHA1 Message Date
Wolfgang Walther
0d1190abf7 haskellPackages.duckdb-simple: jailbreak (#528095) 2026-06-05 20:49:03 +00:00
Allen Du
9ec4c8e1b6 haskellPackages.duckdb-simple: jailbreak
too strict bounds on QuickCheck <2.16
2026-06-04 15:30:54 -04:00

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