updated deps

This commit is contained in:
Jack Hodgkinson 2022-04-01 10:50:10 +01:00
parent 72de1a9cd9
commit d97c6c299a
2 changed files with 404 additions and 40 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=4eca3fac23c339caee04ea6176e641a4b3857a25";
inputs.apropos-tx.inputs.nixpkgs.follows =
"plutarch/haskell-nix/nixpkgs-unstable";
inputs.apropos.url =
"github:mlabs-haskell/apropos?rev=3734bb3baa297ed990725a5ef14efcbb6a1c1c23";
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 = {
@ -82,6 +89,7 @@
ps.plutarch
ps.tasty-quickcheck
ps.apropos-tx
ps.apropos
ps.plutarch-extra
ps.plutarch-numeric
ps.plutarch-test