idrisPackages: add packages

This commit is contained in:
Márton Boros
2018-03-20 07:16:21 +01:00
parent cf65d477fd
commit 23ee7c9d8d
81 changed files with 2422 additions and 57 deletions
+2 -5
View File
@@ -7,12 +7,9 @@
, idris
}:
let
date = "2017-09-10";
in
build-idris-package {
name = "lightyear";
version = date;
version = "2017-09-10";
idrisDeps = [ prelude base effects ];
@@ -27,7 +24,7 @@ build-idris-package {
description = "Parser combinators for Idris";
homepage = https://github.com/ziman/lightyear;
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.siddharthist ];
maintainers = with lib.maintainers; [ siddharthist brainrape ];
inherit (idris.meta) platforms;
};
}