1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-11 02:47:39 +03:00
This commit is contained in:
Nicolas Mattia 2018-06-23 18:19:00 +02:00
parent 9a22c3df46
commit 6ee6c4145e

View File

@ -232,7 +232,6 @@ let
topPkgSpec = mkPackageSpec pkgDescr;
ghcWith = deps: haskellPackages.ghcWithPackages
(ps: map (p: ps.${p}) deps);
mainModName = topPkgSpec.packageMain;
in
if builtins.isNull topPkgSpec.packageMain
then