Skip to content

Commit

Permalink
upgrade dependencies and lts-version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellussiegburg committed Dec 7, 2023
1 parent 7a08922 commit 233281a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions stack-apps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
resolver: lts-20.18
resolver: lts-20.26
packages:
- .
- app
Expand All @@ -9,12 +9,15 @@ flags:
quick-testing: true
extra-deps:
- git: https://github.com/fmidue/output-monad.git
commit: a0758bd19e830d8c3f6e5898a07b3dbf57ad013c
commit: 4ca058f25d2d377454df1b4ffb0dcda1753a2738
subdirs:
- output-monad
- call-alloy-0.4.0.2
- call-plantuml-0.0.1.2
- call-plantuml-0.0.1.3
- diagrams-graphviz-1.4.1.1@sha256:e71afa8f89904c2a6a2cb490dba7108c6425779c2174b90bd90dbaf507a9d3dc,1388
- hgal-2.0.0.2@sha256:13d58afd0668b9cb881c612eff8488a0e289edd4bbffa893df4beee60cfeb73b,653
- hgal-2.0.0.3@sha256:939908a4c80f8bec648043712617cc5794aeba81f7bcad0f77a4e3564da6e4f6,1856
- latex-svg-image-0.2@sha256:b282a74a96724037ec3d24b664118e51170c8152aff12f363ddb715a38ef053a,1830
allow-newer: true
allow-newer-deps:
- diagrams-graphviz
- latex-svg-image
11 changes: 7 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
---
resolver: lts-20.18
resolver: lts-20.26
packages:
- .
flags:
modelling-tasks:
quick-testing: true
extra-deps:
- git: https://github.com/fmidue/output-monad.git
commit: a0758bd19e830d8c3f6e5898a07b3dbf57ad013c
commit: 4ca058f25d2d377454df1b4ffb0dcda1753a2738
subdirs:
- output-monad
- call-alloy-0.4.0.2
- call-plantuml-0.0.1.2
- call-plantuml-0.0.1.3
- diagrams-graphviz-1.4.1.1@sha256:e71afa8f89904c2a6a2cb490dba7108c6425779c2174b90bd90dbaf507a9d3dc,1388
- hgal-2.0.0.2@sha256:13d58afd0668b9cb881c612eff8488a0e289edd4bbffa893df4beee60cfeb73b,653
- hgal-2.0.0.3@sha256:939908a4c80f8bec648043712617cc5794aeba81f7bcad0f77a4e3564da6e4f6,1856
- latex-svg-image-0.2@sha256:b282a74a96724037ec3d24b664118e51170c8152aff12f363ddb715a38ef053a,1830
allow-newer: true
allow-newer-deps:
- diagrams-graphviz
- latex-svg-image

0 comments on commit 233281a

Please sign in to comment.