From b04c5a58f449db6f8de0e837ffed1e087238787d Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 25 Apr 2020 21:34:00 +0200 Subject: compiler: bump stackage lts to 15.9 --- compiler/stack.yaml.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compiler/stack.yaml.lock') diff --git a/compiler/stack.yaml.lock b/compiler/stack.yaml.lock index fc538c1..1debcae 100644 --- a/compiler/stack.yaml.lock +++ b/compiler/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 524799 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/17.yaml - sha256: 1d72b33c0fc048e23f4f18fd76a6ad79dd1d8a3c054644098a71a09855e40c7c - original: lts-14.17 + size: 492027 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/9.yaml + sha256: 11394dc975e96c2fea90f7f2b3229630d46351a092ebcec78f0a56403930b429 + original: lts-15.9 -- cgit v1.2.3 From f153d72ed3f106c56414b88c349599cedf276c31 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 29 Apr 2020 16:23:49 +0200 Subject: compiler: ghc 8.8.2 is required on Windows (crash during compilation) https://gitlab.haskell.org/ghc/ghc/issues/17926 github: resolves #169 --- compiler/stack.yaml.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compiler/stack.yaml.lock') diff --git a/compiler/stack.yaml.lock b/compiler/stack.yaml.lock index 1debcae..eeb93a9 100644 --- a/compiler/stack.yaml.lock +++ b/compiler/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 492027 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/9.yaml - sha256: 11394dc975e96c2fea90f7f2b3229630d46351a092ebcec78f0a56403930b429 - original: lts-15.9 + size: 491373 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/3.yaml + sha256: 29e9ff61b8bf4b4fcff55cde3ac106ebb971f0d21331dccac9eee63374fa6ca8 + original: lts-15.3 -- cgit v1.2.3