]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
revert to ghc864 which is in nixos-19.03
authorFrank Doepper <[email protected]>
Wed, 18 Sep 2019 08:26:09 +0000 (10:26 +0200)
committerFrank Doepper <[email protected]>
Wed, 18 Sep 2019 08:26:09 +0000 (10:26 +0200)
default.nix
shell.nix

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