CI: default.nix: add `compiler` explanation

M  default.nix
This commit is contained in:
Anton-Latukha 2020-06-23 21:06:50 +03:00
parent 209d0956f5
commit 1871a91f94
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
{ compiler ? "ghc883"
{
# Compiler in a form ghc8101 == GHC 8.10.1, just remove spaces and dots
compiler ? "ghc883"
# This settings expose most of the Nixpkgs Haskell.lib API: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix