Skip to content

Commit

Permalink
Update nix configuration after move to ghc-8.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 5, 2021
1 parent bb1e6d4 commit a2021b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import (fetchTarball "https://github.com/tweag/nixpkgs/archive/76318102e1177a235ff38872cf4dfb2fc9590a42.tar.gz")
import (fetchTarball "https://github.com/tweag/nixpkgs/archive/e544ee88fa4590df75e221e645a03fe157a99e5b.tar.gz")
2 changes: 1 addition & 1 deletion shell-stack.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ pkgs ? import ./nixpkgs.nix {}
, ghc ? pkgs.haskell.compiler.ghc8102
, ghc ? pkgs.haskell.compiler.ghc8107
}:

with pkgs;
Expand Down

0 comments on commit a2021b7

Please sign in to comment.