Bumped apropos

This commit is contained in:
Jack Hodgkinson 2022-03-28 14:20:34 +01:00
parent 5aa1a1e93d
commit 2e312599e5
4 changed files with 408 additions and 43 deletions

View file

@ -13,10 +13,13 @@
# https://github.com/mlabs-haskell/apropos-tx/pull/28
inputs.apropos-tx.url =
"github:mlabs-haskell/apropos-tx?rev=5b74ba897a6f02718c163bf588a08c5e3e9de204";
"github:jhodgdev/apropos-tx?rev=582496d0dfb88ce007bb0d2a2dcbc72ea0bb1cd1";
inputs.apropos-tx.inputs.nixpkgs.follows =
"plutarch/haskell-nix/nixpkgs-unstable";
inputs.apropos.url =
"github:jhodgdev/apropos?rev=c6c580aeab8b5c2a6512a49823dd17936e87b70a";
outputs = inputs@{ self, nixpkgs, haskell-nix, plutarch, ... }:
let
supportedSystems = with nixpkgs.lib.systems.supported;
@ -55,6 +58,10 @@
src = inputs.apropos-tx;
subdirs = [ "." ];
}
{
src = inputs.apropos;
subdirs = [ "." ];
}
];
modules = [ (plutarch.haskellModule system) ];
shell = {
@ -85,6 +92,7 @@
ps.plutarch-extra
ps.plutarch-numeric
ps.plutarch-test
ps.apropos
];
};
};