Upgrade haskell.nix version

Lennart Spitzner 2020-10-05 16:53:00 +02:00
parent fa44d8436f
commit 3109637cb7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ let
( let ( let
haskellNix = import ( haskellNix = import (
builtins.fetchTarball builtins.fetchTarball
https://github.com/lspitzner/haskell.nix/archive/1873ab6de8f5a072d5405c8803f55b2fb386988f.tar.gz https://github.com/lspitzner/haskell.nix/archive/efbc254a495e65f8d264b3232ddfdf5b8ddc52de.tar.gz
) { version = 2; }; ) { version = 2; };
nixpkgsSrc = haskellNix.sources.nixpkgs-2003; nixpkgsSrc = haskellNix.sources.nixpkgs-2003;
in in