Loading pkgs/by-name/mi/microhs/package.nix +8 −5 Original line number Diff line number Diff line Loading @@ -4,18 +4,18 @@ fetchFromGitHub, lib, writableTmpDirAsHomeHook, writeTextDir, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "microhs"; version = "0.14.21.0"; version = "0.15.3.0"; src = fetchFromGitHub { owner = "augustss"; repo = "MicroHs"; tag = "v${finalAttrs.version}"; hash = "sha256-Tq8fjI3LCP4NWrmbMP0xyhY2fjRmsMCEvgfDQ/SB5Bo="; hash = "sha256-JuqdArVzziJC4/QZLfPguXbd+ZiPD3bgf1mGYghkxy0="; }; # mcabal doesn't seem to respect the make flag and fails with /homeless-shelter Loading @@ -29,9 +29,12 @@ stdenv.mkDerivation (finalAttrs: { # The MicroCabal that is installed by `make install` is pregenerated, does not respect MCABAL above, and so is not useable postInstall = "rm $out/bin/mcabal"; passthru.tests = { passthru = { updateScript = nix-update-script { }; tests = { hello-world = callPackage ./test-hello-world.nix { microhs = finalAttrs.finalPackage; }; }; }; meta = { description = "Haskell implemented with combinators"; Loading Loading
pkgs/by-name/mi/microhs/package.nix +8 −5 Original line number Diff line number Diff line Loading @@ -4,18 +4,18 @@ fetchFromGitHub, lib, writableTmpDirAsHomeHook, writeTextDir, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "microhs"; version = "0.14.21.0"; version = "0.15.3.0"; src = fetchFromGitHub { owner = "augustss"; repo = "MicroHs"; tag = "v${finalAttrs.version}"; hash = "sha256-Tq8fjI3LCP4NWrmbMP0xyhY2fjRmsMCEvgfDQ/SB5Bo="; hash = "sha256-JuqdArVzziJC4/QZLfPguXbd+ZiPD3bgf1mGYghkxy0="; }; # mcabal doesn't seem to respect the make flag and fails with /homeless-shelter Loading @@ -29,9 +29,12 @@ stdenv.mkDerivation (finalAttrs: { # The MicroCabal that is installed by `make install` is pregenerated, does not respect MCABAL above, and so is not useable postInstall = "rm $out/bin/mcabal"; passthru.tests = { passthru = { updateScript = nix-update-script { }; tests = { hello-world = callPackage ./test-hello-world.nix { microhs = finalAttrs.finalPackage; }; }; }; meta = { description = "Haskell implemented with combinators"; Loading