mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
GHC 9.2.3 nightly
This commit is contained in:
parent
897251abfa
commit
4f2a4777c6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user