Skip to content

Commit c04191e

Browse files
committed
fix cabal-hpack tests
1 parent 59ff888 commit c04191e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ final: prev: {
753753
in final.lib.optionalAttrs (p ? pkg-src-sha256) {
754754
sha256 = p.pkg-src-sha256;
755755
} // final.lib.optionalAttrs (p.pkg-src.type or "" == "local") {
756+
inherit (cabal2nix) cabal-generator;
756757
src = if final.lib.hasPrefix "/" p.pkg-src.path
757758
then p.pkg-src.path
758759
else callProjectResults.src + final.lib.removeSuffix "/." (final.lib.removeSuffix "/." (

0 commit comments

Comments
 (0)