We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a66f7 commit e6ba58fCopy full SHA for e6ba58f
lib/clean-cabal-component.nix
@@ -64,7 +64,7 @@ in
64
[dataDir]
65
++ hsSourceDirs
66
++ includeDirs
67
- ++ builtins.map (f: dataDir + f) package.dataFiles
+ ++ builtins.map (f: combinePaths dataDir f) package.dataFiles
68
++ otherSourceFiles
69
++ builtins.map (d: combinePaths subDir d) (
70
# These need the subDir added
0 commit comments