mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Fix Docker command to use stackage nightly
This commit is contained in:
parent
30da8ebb08
commit
0ad6175176
@ -68,7 +68,7 @@ some modifications to `build-constraints.yaml` are valid, try the following:
|
||||
Similarly, if you'd like to perform an entire build, you can replace the last step with:
|
||||
|
||||
```
|
||||
$ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage build --skip-upload'
|
||||
$ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage nightly --skip-upload'
|
||||
```
|
||||
|
||||
## Processing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user