IHaskell/release-8.10.nix

10 lines
285 B
Nix
Raw Normal View History

2021-12-02 02:04:38 +11:00
{ compiler ? "ghc8107"
2020-11-19 05:21:31 +11:00
, nixpkgs ? import <nixpkgs> {}
2020-03-25 16:22:01 +08:00
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, staticExecutable ? false
2020-03-25 16:22:01 +08:00
, systemPackages ? (_: [])
}:
import (./release.nix) { inherit compiler nixpkgs packages pythonPackages rtsopts systemPackages; }