Skip to content

Commit

Permalink
Update nixpkgs to get a newer GHC HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Oct 6, 2020
1 parent 04ed280 commit 256aa89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
let
# 2020-08-31 master
rev = "6716867eb3e763818000eab04f378b86cadc2894";
sha256 = "19fnqwpq1rk4iibbgq04j9w72s4n31nlz7m26iqhqd5lh7p8sc42";
# https://github.com/tweag/nixpkgs/tree/update-ghchead-20201001
rev = "647a878e061b1b63efd2094eb9e546c2a7aa0d58";
sha256 = "1cfn53nls9kfh4ql8bn94zgvajm93bd390927fi345d943hnph84";
in
import (fetchTarball {
inherit sha256;
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
url = "https://github.com/utdemir/nixpkgs/archive/${rev}.tar.gz";
})
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://hub.docker.com/r/tweag/linear-types/
resolver: lts-16.15
compiler: ghc-8.11
compiler: ghc-9.1
allow-newer: true
system-ghc: true

Expand Down

0 comments on commit 256aa89

Please sign in to comment.