Skip to content

Commit

Permalink
Update docker image version and remove unnecessary lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Mar 18, 2022
1 parent 958f9f1 commit 5045864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ packages:
- ghc-lib-parser

"Shayne Fletcher <[email protected]>":
- ghc-lib-parser-ex >= 9.0.0.6
- ghc-lib-parser-ex

"Karl Ostmo <[email protected]> @kostmo":
- perfect-hash-generator
Expand Down Expand Up @@ -2998,8 +2998,8 @@ packages:
"Sergey Astanin <[email protected]> @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 <[email protected]> @acowley":
- vinyl
Expand All @@ -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 <[email protected]> @CindyLinz":
- NoTrace
Expand Down Expand Up @@ -3824,7 +3824,7 @@ packages:

"Matt Noonan <[email protected]> @matt-noonan":
- justified-containers
- roles >= 0.2
- roles
- lawful
- gdp

Expand Down

0 comments on commit 5045864

Please sign in to comment.