Merge pull request #47 from Liqwid-Labs/jhodgdev/fix-apropos-dep

Jhodgdev/fix apropos dep
This commit is contained in:
Emily 2022-04-01 12:12:55 +02:00 committed by GitHub
commit 9a214d118d
2 changed files with 22 additions and 18 deletions

34
flake.lock generated
View file

@ -76,17 +76,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1647683439, "lastModified": 1648746740,
"narHash": "sha256-r76rHhZSZsazHxTBHbqK7zlMB9rjjGmGWOUbR0fuxn8=", "narHash": "sha256-C2gQrd5hFvQ+BsjAJs6V0iP9PRzd9dZMKtpk7kOjhwc=",
"owner": "jhodgdev", "owner": "mlabs-haskell",
"repo": "apropos", "repo": "apropos",
"rev": "c6c580aeab8b5c2a6512a49823dd17936e87b70a", "rev": "3734bb3baa297ed990725a5ef14efcbb6a1c1c23",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jhodgdev", "owner": "mlabs-haskell",
"repo": "apropos", "repo": "apropos",
"rev": "c6c580aeab8b5c2a6512a49823dd17936e87b70a", "rev": "3734bb3baa297ed990725a5ef14efcbb6a1c1c23",
"type": "github" "type": "github"
} }
}, },
@ -103,17 +103,17 @@
"plutus": "plutus" "plutus": "plutus"
}, },
"locked": { "locked": {
"lastModified": 1647684164, "lastModified": 1648805998,
"narHash": "sha256-spKe45P4XNJ6iZvSb2ircBh1OlF95o+im+Se2hlCbkQ=", "narHash": "sha256-TWEiUifHkhgCHqe70aNn9j6LdFFWv2nMbSWV8hR59oE=",
"owner": "jhodgdev", "owner": "jhodgdev",
"repo": "apropos-tx", "repo": "apropos-tx",
"rev": "582496d0dfb88ce007bb0d2a2dcbc72ea0bb1cd1", "rev": "4eca3fac23c339caee04ea6176e641a4b3857a25",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jhodgdev", "owner": "jhodgdev",
"repo": "apropos-tx", "repo": "apropos-tx",
"rev": "582496d0dfb88ce007bb0d2a2dcbc72ea0bb1cd1", "rev": "4eca3fac23c339caee04ea6176e641a4b3857a25",
"type": "github" "type": "github"
} }
}, },
@ -939,6 +939,8 @@
"hpc-coveralls": "hpc-coveralls_3", "hpc-coveralls": "hpc-coveralls_3",
"nix-tools": "nix-tools_3", "nix-tools": "nix-tools_3",
"nixpkgs": [ "nixpkgs": [
"plutarch",
"haskell-nix",
"nixpkgs-2111" "nixpkgs-2111"
], ],
"nixpkgs-2003": "nixpkgs-2003_3", "nixpkgs-2003": "nixpkgs-2003_3",
@ -1381,11 +1383,11 @@
}, },
"nixpkgs-2111_3": { "nixpkgs-2111_3": {
"locked": { "locked": {
"lastModified": 1648420413, "lastModified": 1648744337,
"narHash": "sha256-AHejj7EsbTt+CMOoy15wwkFsFNmx8oinGgDZR22lS6g=", "narHash": "sha256-bYe1dFJAXovjqiaPKrmAbSBEK5KUkgwVaZcTbSoJ7hg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d6778e0b5d608eb6738af2a64e26d99cdc5b9e86", "rev": "0a58eebd8ec65ffdef2ce9562784123a73922052",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1621,11 +1623,11 @@
"validity": "validity" "validity": "validity"
}, },
"locked": { "locked": {
"lastModified": 1648163186, "lastModified": 1648578429,
"narHash": "sha256-UfaSb4nk9HWzsj1Kb8RJuPV+iw1Nl4E2+97KOwIwcao=", "narHash": "sha256-nEB6ujvX5aSpSk1EJ7/tAxW2lxB/eWXzJmyj7qyInpQ=",
"owner": "peter-mlabs", "owner": "peter-mlabs",
"repo": "plutarch", "repo": "plutarch",
"rev": "0638dbd706bc2c5f48f9f40be7bbe1986a778698", "rev": "b4e71dc0f685d0d0c325eabbaac8c5b3352bfcf8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,14 +17,15 @@
# inputs to follow a commit on those master branches. For more # inputs to follow a commit on those master branches. For more
# info, see: https://github.com/mlabs-haskell/apropos-tx/pull/37 # info, see: https://github.com/mlabs-haskell/apropos-tx/pull/37
inputs.apropos-tx.url = inputs.apropos-tx.url =
"github:jhodgdev/apropos-tx?rev=582496d0dfb88ce007bb0d2a2dcbc72ea0bb1cd1"; "github:jhodgdev/apropos-tx?rev=4eca3fac23c339caee04ea6176e641a4b3857a25";
inputs.apropos-tx.inputs.nixpkgs.follows = inputs.apropos-tx.inputs.nixpkgs.follows =
"plutarch/haskell-nix/nixpkgs-unstable"; "plutarch/haskell-nix/nixpkgs-unstable";
inputs.apropos.url = inputs.apropos.url =
"github:jhodgdev/apropos?rev=c6c580aeab8b5c2a6512a49823dd17936e87b70a"; "github:mlabs-haskell/apropos?rev=3734bb3baa297ed990725a5ef14efcbb6a1c1c23";
inputs.apropos.inputs.nixpkgs.follows = inputs.apropos.inputs.nixpkgs.follows =
"plutarch/haskell-nix/nixpkgs-unstable"; "plutarch/haskell-nix/nixpkgs-unstable";
outputs = inputs@{ self, nixpkgs, haskell-nix, plutarch, ... }: outputs = inputs@{ self, nixpkgs, haskell-nix, plutarch, ... }:
let let
supportedSystems = with nixpkgs.lib.systems.supported; supportedSystems = with nixpkgs.lib.systems.supported;
@ -94,6 +95,7 @@
ps.plutarch ps.plutarch
ps.tasty-quickcheck ps.tasty-quickcheck
ps.apropos-tx ps.apropos-tx
ps.apropos
ps.plutarch-extra ps.plutarch-extra
ps.plutarch-numeric ps.plutarch-numeric
ps.plutarch-test ps.plutarch-test