Merge pull request #302534 from jluttine/haskell-updates

carp: mark broken
This commit is contained in:
rewine 2024-04-08 22:31:28 +08:00 committed by GitHub
commit 903255eb28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ haskellPackages.mkDerivation rec {
homepage = "https://github.com/carp-lang/Carp";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jluttine ];
# Not actively maintained at the moment
broken = true;
# Windows not (yet) supported.
platforms = with lib.platforms; unix ++ darwin;