-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from bellroy/dependency-update-25-06-2024
Dependency update 25 06 2024
- Loading branch information
Showing
5 changed files
with
46 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,7 @@ maintainer: Bellroy Tech Team <[email protected]> | |
copyright: Copyright (C) 2021, 2024 Bellroy Pty Ltd | ||
category: AWS, Cloud | ||
build-type: Simple | ||
extra-doc-files: | ||
CHANGELOG.md | ||
extra-doc-files: CHANGELOG.md | ||
extra-source-files: | ||
README.md | ||
test/data/ProxyRequest.json | ||
|
@@ -35,7 +34,8 @@ tested-with: | |
|| ==9.0.2 | ||
|| ==9.2.4 | ||
|| ==9.4.5 | ||
|| ==9.6.2 | ||
|| ==9.6.4 | ||
|| ==9.8.2 | ||
|
||
common opts | ||
default-language: Haskell2010 | ||
|
@@ -48,15 +48,15 @@ common opts | |
|
||
common deps | ||
build-depends: | ||
, base >=4.12 && <4.19 | ||
, base >=4.12 && <4.21 | ||
, base64-bytestring >=1.0.0.0 && <1.3 | ||
, bytestring >=0.10.8 && <0.13 | ||
, case-insensitive ^>=1.2.0.0 | ||
, hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.2 | ||
, http-media ^>=0.8.1.1 | ||
, http-types ^>=0.12.3 | ||
, network >=2.8.0.0 && <3.2 | ||
, text ^>=1.2.3 || >=2.0 && <2.2 | ||
, network >=2.8.0.0 && <3.3 | ||
, text ^>=1.2.3 || ^>=2.0 || ^>=2.1 | ||
, unordered-containers ^>=0.2.10.0 | ||
, vault ^>=0.3.1.0 | ||
, wai ^>=3.2.2 | ||
|
This file was deleted.
Oops, something went wrong.