Bump to latest LTS Haskell 7.14.

This commit is contained in:
Jan de Muijnck-Hughes 2016-12-21 11:36:33 +00:00
parent ad1343827c
commit 2e080f9bd7
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ with (import <nixpkgs> {});
let
# MUST match resolver in stack.yaml
resolver = haskell.packages.lts-7_10.ghc;
resolver = haskell.packages.lts-7_14.ghc;
native_libs = [
libffi

View File

@ -1,4 +1,4 @@
resolver: lts-7.10
resolver: lts-7.14
packages:
- location: .
@ -10,7 +10,7 @@ flags:
extra-deps:
- libffi-0.1
- safe-0.3.9
nix:
enable: false
shell-file: stack-shell.nix