Commit 67af2b0a authored by jopejoe1's avatar jopejoe1
Browse files

tests.haskell.setBuildTarget: set to mit

this is part of the nixpkgs code so set it to mit
parent ab668dae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ let
      isLibrary = false;
      isExecutable = true;
      executableHaskellDepends = [ base ];
      license = "unknown";
      license = pkgs.lib.licenses.mit;
    };

  drv = haskellPackages.callPackage pkgDef { };