tests.haskell.setBuildTarget: set to mit

this is part of the nixpkgs code so set it to mit
This commit is contained in:
jopejoe1
2025-09-29 20:51:58 +02:00
parent ab668dae27
commit 67af2b0ab3
+1 -1
View File
@@ -15,7 +15,7 @@ let
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base ];
license = "unknown";
license = pkgs.lib.licenses.mit;
};
drv = haskellPackages.callPackage pkgDef { };