mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-26 04:57:55 +01:00
Update docker image version and remove unnecessary lower bounds
This commit is contained in:
parent
958f9f1f37
commit
504586449b
@ -2,7 +2,7 @@ FROM fpco/pid1:18.04
|
|||||||
|
|
||||||
ENV HOME /home/stackage
|
ENV HOME /home/stackage
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
ENV GHCVER 9.0.2
|
ENV GHCVER 9.2.2
|
||||||
|
|
||||||
# NOTE: also update debian-bootstrap.sh when cuda version changes
|
# NOTE: also update debian-bootstrap.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
|
ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|||||||
@ -861,7 +861,7 @@ packages:
|
|||||||
- ghc-lib-parser
|
- ghc-lib-parser
|
||||||
|
|
||||||
"Shayne Fletcher <shayne.fletcher@digitalasset.com>":
|
"Shayne Fletcher <shayne.fletcher@digitalasset.com>":
|
||||||
- ghc-lib-parser-ex >= 9.0.0.6
|
- ghc-lib-parser-ex
|
||||||
|
|
||||||
"Karl Ostmo <kostmo@gmail.com> @kostmo":
|
"Karl Ostmo <kostmo@gmail.com> @kostmo":
|
||||||
- perfect-hash-generator
|
- perfect-hash-generator
|
||||||
@ -2998,8 +2998,8 @@ packages:
|
|||||||
"Sergey Astanin <s.astanin@gmail.com> @astanin":
|
"Sergey Astanin <s.astanin@gmail.com> @astanin":
|
||||||
# Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1.
|
# Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1.
|
||||||
# Haskell packages should match major.minor versions of the C library.
|
# Haskell packages should match major.minor versions of the C library.
|
||||||
- bindings-libzip >= 1.0
|
- bindings-libzip
|
||||||
- LibZip >= 1.0
|
- LibZip
|
||||||
|
|
||||||
"Anthony Cowley <acowley@gmail.com> @acowley":
|
"Anthony Cowley <acowley@gmail.com> @acowley":
|
||||||
- vinyl
|
- vinyl
|
||||||
@ -3024,7 +3024,7 @@ packages:
|
|||||||
- marvin
|
- marvin
|
||||||
- marvin-interpolate
|
- marvin-interpolate
|
||||||
- mustache < 0 # 2.4.0 https://github.com/JustusAdam/mustache/issues/58
|
- mustache < 0 # 2.4.0 https://github.com/JustusAdam/mustache/issues/58
|
||||||
- exit-codes >= 1.0.0
|
- exit-codes
|
||||||
|
|
||||||
"Cindy Wang <cindylinz@gmail.com> @CindyLinz":
|
"Cindy Wang <cindylinz@gmail.com> @CindyLinz":
|
||||||
- NoTrace
|
- NoTrace
|
||||||
@ -3824,7 +3824,7 @@ packages:
|
|||||||
|
|
||||||
"Matt Noonan <matt.noonan@gmail.com> @matt-noonan":
|
"Matt Noonan <matt.noonan@gmail.com> @matt-noonan":
|
||||||
- justified-containers
|
- justified-containers
|
||||||
- roles >= 0.2
|
- roles
|
||||||
- lawful
|
- lawful
|
||||||
- gdp
|
- gdp
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user