Skip to content

Commit

Permalink
⬆️ update stack resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Dec 5, 2023
1 parent cb2e7ef commit 42be1f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions request.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ library
hs-source-dirs: src
exposed-modules: Network.HTTP.Request
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10.12 && < 0.11
, bytestring >= 0.10.12 && < 0.12
, case-insensitive >= 1.2.1 && < 1.3
, http-client >= 0.6.4 && < 0.7
, http-client >= 0.6.4 && < 0.8
, http-types >= 0.12.3 && < 0.13
, http-client-tls >= 0.3.5 && < 0.4
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-17.9
resolver: lts-21.23

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
12 changes: 6 additions & 6 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

snapshots:
- original: lts-17.9
completed:
sha256: d7d8d5106e53d1669964bd8bd2b0f88a5ad192d772f5376384b76738fd992311
url: https://mirrors.tuna.tsinghua.edu.cn/stackage/stackage-snapshots/lts/17/9.yaml
size: 567037
packages: []
snapshots:
- completed:
sha256: 8809197159ce65ec2d66f91982e4844ad0c2cbd1126df42146dd103c0ea6cac0
size: 640063
url: https://mirrors.tuna.tsinghua.edu.cn/stackage/stackage-snapshots/lts/21/23.yaml
original: lts-21.23

0 comments on commit 42be1f9

Please sign in to comment.