IHaskell/release-8.8.nix

10 lines
300 B
Nix
Raw Normal View History

2020-11-19 05:21:31 +11:00
{ compiler ? "ghc884"
2019-11-23 13:05:50 -05:00
, jupyterlabAppDir ? null
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
2019-11-23 13:05:50 -05:00
import (./release.nix) { inherit compiler jupyterlabAppDir nixpkgs packages pythonPackages rtsopts systemPackages; }