From 4f2a4777c6d79bd5065e8519d6ae26c3d063f770 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Jun 2022 21:57:59 +0200 Subject: [PATCH] GHC 9.2.3 nightly --- Dockerfile | 2 +- build-constraints.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a6f1fab..8d29a9a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:20.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV GHCVER 9.2.2 +ENV GHCVER 9.2.3 # NOTE: also update docker/03-custom-install.sh when cuda version changes # ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin diff --git a/build-constraints.yaml b/build-constraints.yaml index c2fc42da..12c8bc4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ ghc-major-version: "9.2" # new curator is supposed to use exact GHC version -ghc-version: "9.2.2" +ghc-version: "9.2.3" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version @@ -7078,6 +7078,7 @@ packages: - static-canvas < 0 # tried static-canvas-0.2.0.3, but its *library* requires base >=4.5 && < 4.12 and the snapshot contains base-4.16.1.0 - static-canvas < 0 # tried static-canvas-0.2.0.3, but its *library* requires free >=4.9 && < 5.1 and the snapshot contains free-5.1.8 - stm-supply < 0 # tried stm-supply-0.2.0.0, but its *library* requires the disabled package: concurrent-supply + - streamly-bytestring < 0 # tried streamly-bytestring-0.1.4, but its *library* requires bytestring >=0.10.0 && < =0.11.3.0 and the snapshot contains bytestring-0.11.3.1 - streamproc < 0 # tried streamproc-1.6.2, but its *library* requires base >=3 && < 4.13 and the snapshot contains base-4.16.1.0 - strict-tuple-lens < 0 # tried strict-tuple-lens-0.2, but its *library* requires lens ^>=5 and the snapshot contains lens-5.1.1 - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires aeson >=0.8 && < 0.10 || >=0.11 && < 1.6 and the snapshot contains aeson-2.0.3.0