mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +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 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
|
||||
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
|
||||
|
||||
"Shayne Fletcher <shayne.fletcher@digitalasset.com>":
|
||||
- ghc-lib-parser-ex >= 9.0.0.6
|
||||
- ghc-lib-parser-ex
|
||||
|
||||
"Karl Ostmo <kostmo@gmail.com> @kostmo":
|
||||
- perfect-hash-generator
|
||||
@ -2998,8 +2998,8 @@ packages:
|
||||
"Sergey Astanin <s.astanin@gmail.com> @astanin":
|
||||
# Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1.
|
||||
# Haskell packages should match major.minor versions of the C library.
|
||||
- bindings-libzip >= 1.0
|
||||
- LibZip >= 1.0
|
||||
- bindings-libzip
|
||||
- LibZip
|
||||
|
||||
"Anthony Cowley <acowley@gmail.com> @acowley":
|
||||
- vinyl
|
||||
@ -3024,7 +3024,7 @@ packages:
|
||||
- marvin
|
||||
- marvin-interpolate
|
||||
- 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":
|
||||
- NoTrace
|
||||
@ -3824,7 +3824,7 @@ packages:
|
||||
|
||||
"Matt Noonan <matt.noonan@gmail.com> @matt-noonan":
|
||||
- justified-containers
|
||||
- roles >= 0.2
|
||||
- roles
|
||||
- lawful
|
||||
- gdp
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user