coqPackages.ITree: changed pname to InteractionTrees

This commit is contained in:
Lars Rasmusson 2021-04-14 14:22:37 +02:00 committed by Vincent Laporte
parent de2edb81da
commit 316db3a129

View file

@ -1,7 +1,7 @@
{ lib, mkCoqDerivation, coq, version ? null , paco, coq-ext-lib }:
with lib; mkCoqDerivation rec {
pname = "ITree";
pname = "InteractionTrees";
owner = "DeepSpec";
inherit version;
defaultVersion = with versions; switch coq.coq-version [