Skip to content

Commit

Permalink
Switch to ghc 8.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jan 18, 2019
1 parent 7e26fa5 commit c8f6aa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nix/.stack-pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
clock = ./.stack.nix/clock.nix;
transformers = ./.stack.nix/transformers.nix;
};
compiler.version = "8.4.4";
compiler.nix-name = "ghc844";
};
resolver = "lts-13.3";
compiler = "ghc-8.4.4";
}
4 changes: 2 additions & 2 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ let
haskell = import (overrideWith "haskell"
(pkgs.fetchFromGitHub { owner = "angerman";
repo = "haskell.nix";
rev = "ed1dbc01f98411894f6613c62818f14b02fb6679";
sha256 = "0kbj4kb9rlvjb4afpcisz9zlk5z3h7frkwggfwri1q5683fapkgv";
rev = "3a6c2f823d0db6ac6730dcf78076fd5d904fba85";
sha256 = "1cv4kw2mfk8d3ck7z5vf8380489z5128638jk919am4iqq5g8k5w";
name = "haskell-lib-source"; }))
hackage;

Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resolver: lts-13.3
compiler: ghc-8.4.4
packages:
- ouroboros-consensus/
flags: {}
Expand Down

0 comments on commit c8f6aa5

Please sign in to comment.