Skip to content

Commit

Permalink
Merge pull request #512 from juhp/attoparsec-aeson
Browse files Browse the repository at this point in the history
http-conduit: depend on attoparsec-aeson to allow aeson-2.2
  • Loading branch information
snoyberg authored Jul 17, 2023
2 parents dc00ea2 + 5521804 commit 81589cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions http-conduit/http-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ library

if flag(aeson)
build-depends: aeson >= 0.8
, attoparsec-aeson >= 2.1

if !impl(ghc>=7.9)
build-depends: void >= 0.5.5
Expand Down Expand Up @@ -90,6 +91,7 @@ test-suite test

if flag(aeson)
build-depends: aeson
, attoparsec-aeson >= 2.1

source-repository head
type: git
Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.24
resolver: lts-20.26
packages:
- http-client
- http-client-tls
Expand All @@ -18,3 +18,4 @@ extra-deps:
- warp-tls-3.3.7
- recv-0.1.0
- http2-4.1.3
- attoparsec-aeson-2.1.0.0

0 comments on commit 81589cb

Please sign in to comment.