commit 0928b72e67d01c588952296ce6f7cc4f1d663bbd parent 4bc98c9d05562d474b97090ef299cea8d9a39a56 Author: Jared Tobin <jared@jtobin.ca> Date: Tue, 16 May 2017 21:56:00 +1200 Bump stackage versions. Diffstat:
M | stack-travis.yaml | | | 4 | ++-- |
M | stack.yaml | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/stack-travis.yaml b/stack-travis.yaml @@ -2,7 +2,7 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-7.14 -compiler: ghc-8.0.1 +resolver: lts-8.13 +compiler: ghc-8.0.2 system-ghc: false install-ghc: true diff --git a/stack.yaml b/stack.yaml @@ -2,4 +2,4 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-7.14 +resolver: lts-8.13