Skip to content

Commit

Permalink
coqPackages.coq-haskell: Update to add Hask.Ssr module
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Dec 15, 2017
1 parent 884b748 commit 8123bc7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pkgs/development/coq-modules/coq-haskell/default.nix
@@ -1,23 +1,23 @@
{ stdenv, fetchgit, coq }:
{ stdenv, fetchgit, coq, ssreflect }:

let param =
{
"8.5" = {
version = "20171214";
rev = "d319043533585f60f0c89919a8370f85a9cf572b";
sha256 = "154a8sx5igw86wby0ybk3rv5y21cji8489amgxhgqxfys9zmx2di";
version = "20171215";
rev = "e2cf8b270c2efa3b56fab1ef6acc376c2c3de968";
sha256 = "09dq1vvshhlhgjccrhqgbhnq2hrys15xryfszqq11rzpgvl2zgdv";
};

"8.6" = {
version = "20171214";
rev = "d319043533585f60f0c89919a8370f85a9cf572b";
sha256 = "154a8sx5igw86wby0ybk3rv5y21cji8489amgxhgqxfys9zmx2di";
version = "20171215";
rev = "e2cf8b270c2efa3b56fab1ef6acc376c2c3de968";
sha256 = "09dq1vvshhlhgjccrhqgbhnq2hrys15xryfszqq11rzpgvl2zgdv";
};

"8.7" = {
version = "20171214";
rev = "d319043533585f60f0c89919a8370f85a9cf572b";
sha256 = "154a8sx5igw86wby0ybk3rv5y21cji8489amgxhgqxfys9zmx2di";
version = "20171215";
rev = "e2cf8b270c2efa3b56fab1ef6acc376c2c3de968";
sha256 = "09dq1vvshhlhgjccrhqgbhnq2hrys15xryfszqq11rzpgvl2zgdv";
};

}."${coq.coq-version}"
Expand All @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
};

buildInputs = [ coq.ocaml coq.camlp5 coq.findlib ];
propagatedBuildInputs = [ coq ];
propagatedBuildInputs = [ coq ssreflect ];

enableParallelBuilding = false;

Expand Down

0 comments on commit 8123bc7

Please sign in to comment.