agda-TotalParserCombinators: mark as broken

Due to 0.9 stdlib update, author notified.

+1
+1
pkgs/development/libraries/agda/TotalParserCombinators/default.nix
··· 21 21 license = stdenv.lib.licenses.mit; 22 22 platforms = stdenv.lib.platforms.unix; 23 23 maintainers = with maintainers; [ fuuzetsu ]; 24 + broken = true; 24 25 }; 25 26 })