Skip to content

Commit

Permalink
update to stackage 20.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Nov 15, 2023
1 parent f6bd136 commit 0c2513f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/stack-build-small:lts-19.33 AS base
FROM fpco/stack-build-small:lts-20.26 AS base
RUN useradd -u 999 -m flathub
COPY --chown=flathub stack.yaml *.cabal Setup.hs COPYING /home/flathub/flathub/
WORKDIR /home/flathub/flathub
Expand Down
6 changes: 4 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
resolver: lts-19.33
resolver: lts-20.26
packages:
- '.'
extra-deps:
- bzlib-0.5.1.0
- web-inv-route-0.1.3.2
- invertible-0.2.0.8
- git: https://github.com/dylex/waimwork
commit: 8ccaa63ac6b80a4ebc9ad7d61ca38cbb009e8f3c
- git: https://github.com/dylex/hs-hdf5
commit: ddc293d6d178553739a3e2f574703203eeb8f326
commit: fef08a26f3c8add943beb8463ef7a0cc41245df5
- git: https://github.com/ondrap/json-stream
commit: e51d810c8b8bf312da9cb8b81cfd83d0feecc3fa
flags:
Expand Down

0 comments on commit 0c2513f

Please sign in to comment.