Skip to content

Commit

Permalink
Switch to lts 12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Nov 16, 2018
1 parent 0cb76d6 commit c726b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell.nix
@@ -1,6 +1,6 @@
with import <nixpkgs> { };
haskell.lib.buildStackProject {
ghc = haskell.packages.ghc843.ghc;
ghc = haskell.packages.ghc844.ghc;
name = "orgstat";
# firefox for xdg-open
buildInputs = [ zlib git openssh gnupg gnupg1compat xdg_utils firefox gmp ];
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
@@ -1,4 +1,4 @@
resolver: lts-12.5
resolver: lts-12.18

nix:
shell-file: shell.nix
Expand Down

0 comments on commit c726b5e

Please sign in to comment.