]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
nix: default to ghc864 (nixos-19.03)
authorFrank Doepper <[email protected]>
Tue, 19 Mar 2019 15:16:27 +0000 (16:16 +0100)
committerFrank Doepper <[email protected]>
Tue, 19 Mar 2019 15:16:55 +0000 (16:16 +0100)
default.nix
shell.nix

index 126acda968a6e2efdeb6740a471e6498f59f9842..c0ddec809fbf4fd00138bd128b1a7bc6b1166eca 100644 (file)
@@ -1,4 +1,4 @@
-{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc822" }:
+{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc864" }:
 with nixpkgs.pkgs;
 with haskell.packages.${compiler};
 callPackage ./amqp-utils.nix {
index 03dd09c35b8012b9fb51fc5949a0c5c361d99b01..cc9781933ccf30823d14a44ff62f8b43a98ea5ba 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -1,2 +1,2 @@
-{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc822" }:
+{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc864" }:
 (import ./default.nix { inherit nixpkgs compiler; }).env
don't click here