Skip to content
Snippets Groups Projects
Commit fe6985ad authored by Daniel Firth's avatar Daniel Firth
Browse files

Switch to master of quickcheck-dynamic

parent 4e2c9d98
Branches
No related merge requests found
...@@ -280,6 +280,22 @@ ...@@ -280,6 +280,22 @@
"type": "github" "type": "github"
} }
}, },
"quickcheck-dynamic": {
"flake": false,
"locked": {
"lastModified": 1662454862,
"narHash": "sha256-sMAO+Vkocf/ejwg2sx58rXlmoE6tTPQV/ECVVOnWPHo=",
"owner": "input-output-hk",
"repo": "quickcheck-dynamic",
"rev": "81310df2de73094d5daff1b675a4318cff5fc8b5",
"type": "github"
},
"original": {
"owner": "input-output-hk",
"repo": "quickcheck-dynamic",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"Cabal": "Cabal", "Cabal": "Cabal",
...@@ -297,6 +313,7 @@ ...@@ -297,6 +313,7 @@
"memory": "memory", "memory": "memory",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"polysemy": "polysemy", "polysemy": "polysemy",
"quickcheck-dynamic": "quickcheck-dynamic",
"servant": "servant", "servant": "servant",
"tasty": "tasty", "tasty": "tasty",
"tasty-hedgehog": "tasty-hedgehog" "tasty-hedgehog": "tasty-hedgehog"
......
...@@ -45,6 +45,10 @@ ...@@ -45,6 +45,10 @@
url = "github:locallycompact/polysemy?ref=ghc-942"; url = "github:locallycompact/polysemy?ref=ghc-942";
flake = false; flake = false;
}; };
quickcheck-dynamic = {
url = "github:input-output-hk/quickcheck-dynamic";
flake = false;
};
servant = { servant = {
url = "github:TeofilC/servant?ref=ghc-9.4"; url = "github:TeofilC/servant?ref=ghc-9.4";
flake = false; flake = false;
......
...@@ -244,7 +244,7 @@ final: prev: with pkgs.haskell.lib; { ...@@ -244,7 +244,7 @@ final: prev: with pkgs.haskell.lib; {
proteaaudio-sdl = doJailbreak (prev.callHackage "proteaaudio-sdl" "0.9.2" { }); proteaaudio-sdl = doJailbreak (prev.callHackage "proteaaudio-sdl" "0.9.2" { });
quickcheck-dynamic = prev.callHackage "quickcheck-dynamic" "1.1.0" { }; quickcheck-dynamic = prev.callCabal2nix "quickcheck-dynamic" (inputs.quickcheck-dynamic + /quickcheck-dynamic) { };
quickcheck-instances = doJailbreak (prev.callHackage "quickcheck-instances" "0.3.28" { }); quickcheck-instances = doJailbreak (prev.callHackage "quickcheck-instances" "0.3.28" { });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment