idrisPackages.heyting-algebra: mark as broken

The functionality provided by this package has been added to the Idris contrib library (module `Interfaces.Verified`).
Therefore identifiers cannot be disambiguated anymore.
This commit is contained in:
Kierán Meinhardt 2019-09-24 17:01:21 +02:00
parent 6a17945355
commit 7df8575a72

View file

@ -22,4 +22,6 @@ build-idris-package {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.brainrape ];
};
broken = true;
}