Skip to content

Commit

Permalink
allow attoparsec-0.14 and base16-bytestring-1.0 to support lts-19.16
Browse files Browse the repository at this point in the history
The stack.yaml needed to be updated to one that has aeson-2 after
bumping that dependency. And that required supporting newer
versions of attoparsec and base16-bytestring.

I've reviewed the changelogs and tested a build with stack, and the
existing code works ok with those.
  • Loading branch information
joeyh committed Jul 26, 2022
1 parent fb21f9a commit 825a4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aws.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ Library

Build-depends:
aeson >= 2.0.0.0,
attoparsec >= 0.11 && < 0.14,
attoparsec >= 0.11 && < 0.15,
base >= 4.6 && < 5,
base16-bytestring == 0.1.*,
base16-bytestring >= 0.1 && < 1.1,
base64-bytestring >= 1.0 && < 1.3,
blaze-builder >= 0.2.1.4 && < 0.5,
byteable == 0.1.*,
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-11.9
resolver: lts-19.16

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 825a4ac

Please sign in to comment.