nixpkgs/pkgs/development/idris-modules
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
..
build-builtin-package.nix
build-idris-package.nix treewide: Don't use envHook anymore 2017-12-30 22:04:22 -05:00
default.nix Add wrapper for idris exe for gcc/gmp runtime deps 2017-11-02 23:14:12 +00:00
httpclient.nix
idris-wrapper.nix Add wrapper for idris exe for gcc/gmp runtime deps 2017-11-02 23:14:12 +00:00
lightyear.nix idrisPackages.lightyear: 2016-08-01 -> 2017-09-10 2017-10-19 02:03:36 +11:00
README.md
specdris.nix specdris: init at 2017-11-11 (#31544) 2017-11-21 22:59:38 +00:00
TODO.md
with-packages.nix treewide: Don't use envHook anymore 2017-12-30 22:04:22 -05:00
wl-pprint.nix

Idris packages

This directory contains build rules for idris packages. In addition, it contains several functions to build and compose those packages. Everything is exposed to the user via the idrisPackages attribute.

callPackage

This is like the normal nixpkgs callPackage function, specialized to idris packages.

builtins

This is a list of all of the libraries that come packaged with Idris itself.

build-idris-package

A function to build an idris package. Its sole argument is a set like you might pass to stdenv.mkDerivation, except build-idris-package sets several attributes for you. See build-idris-package.nix for details.

build-builtin-package

A version of build-idris-package specialized to builtin libraries. Mostly for internal use.

with-packages

Bundle idris together with a list of packages. Because idris currently only supports a single directory in its library path, you must include all desired libraries here, including prelude and base.