Fix the compiler to ghc922

This commit is contained in:
Adithya Kumar 2023-08-23 23:10:40 +05:30
parent b0d938d9ad
commit f23cb094fb

View File

@ -8,7 +8,7 @@
import (builtins.fetchTarball
https://github.com/NixOS/nixpkgs/archive/refs/tags/22.05.tar.gz)
{}
, compiler ? "default"
, compiler ? "ghc922"
, c2nix ? "" # cabal2nix CLI options
# TODO
#, sources ? [] # e.g. [./. ./benchmark]