Skip to content

Commit

Permalink
Build with ghc-8.10.4 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 15, 2021
1 parent 437fef8 commit 97e99d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
rev = "e544ee88fa4590df75e221e645a03fe157a99e5b";
sha256 = "0j8pdr9ymk7a2p8pamcbq2rbhlcg923i6abdmdm6496973s5gb34";
rev = "c114cd459e1bac0d05e4e27c9ea43c99799cbbd1";
sha256 = "1hpspw8jbzq03k8a6izxnbqww42mihqaa6c8nszw30igiaqc98i2";
in
import (fetchTarball {
inherit sha256;
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pkgs ? import ./nixpkgs.nix { }, ghc ? pkgs.haskell.compiler.ghc8107}:
{pkgs ? import ./nixpkgs.nix { }, ghc ? pkgs.haskell.compiler.ghc8104}:

with pkgs;

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-18.16
resolver: lts-18.6

packages:
- examples
Expand Down

0 comments on commit 97e99d0

Please sign in to comment.