idris-modules: documentation
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user