default.nix: make GHC 8.8.3 default

M  default.nix
This commit is contained in:
Anton-Latukha 2020-05-31 16:57:24 +03:00 committed by Anton Latukha
parent 4f17d9664b
commit 13fc309d68

View file

@ -1,6 +1,6 @@
{ compiler ? "ghc865"
, doBenchmark ? false
{ compiler ? "ghc883"
, doTracing ? false
, doOptimize ? false # enables GHC optimizations for production use
, doProfiling ? false # enables profiling support in GHC