diff options
Diffstat (limited to 'Biz/Bild/Constants.nix')
-rw-r--r-- | Biz/Bild/Constants.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Bild/Constants.nix b/Biz/Bild/Constants.nix new file mode 100644 index 0000000..652e022 --- /dev/null +++ b/Biz/Bild/Constants.nix @@ -0,0 +1,4 @@ +{ + ghcCompiler = "ghc8104"; + ghcjsCompiler = "ghcjs86"; +} |