idris-modules: documentation

This commit is contained in:
Shea Levy
2015-11-27 13:17:17 -05:00
parent 0dce60b34d
commit 0f90c9dbc1
6 changed files with 46 additions and 10 deletions
+18 -2
View File
@@ -1,4 +1,10 @@
{ build-idris-package, fetchgit, prelude, base }: build-idris-package (args : {
{ build-idris-package
, fetchgit
, prelude
, base
, lib
, idris
}: build-idris-package {
name = "wl-pprint";
src = fetchgit {
@@ -8,4 +14,14 @@
};
propagatedBuildInputs = [ prelude base ];
})
meta = {
description = "Wadler-Leijen pretty-printing library";
homepage = https://github.com/shayan-najd/wl-pprint;
license = lib.licenses.bsd2;
inherit (idris.meta) platforms;
};
}