8 version = "2020-02-11";
12 idrisDeps = [ contrib ];
14 src = fetchFromGitHub {
16 repo = "idris-tparsec";
17 rev = "943c64dfcb4e1582696f68312fad88145dc3a8e4";
18 sha256 = "0pyhkafhx2pwim91ada6qrgacvahl9bpv5m486y8fph4qzf4z6mx";
22 description = "TParsec - Total Parser Combinators in Idris";
23 homepage = "https://github.com/gallais/idris-tparsec";
24 license = lib.licenses.gpl3;
25 maintainers = [ lib.maintainers.brainrape ];