Skip to content

Commit

Permalink
Upper bound prevent latest aeson
Browse files Browse the repository at this point in the history
  • Loading branch information
istathar committed Jul 12, 2023
1 parent 530e1e5 commit 8dfd5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http-streams.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: http-streams
version: 0.8.9.7
version: 0.8.9.8
synopsis: An HTTP client using io-streams
description:
An HTTP client, using the Snap Framework's 'io-streams' library to
Expand Down Expand Up @@ -61,7 +61,7 @@ library
transformers,
text,
unordered-containers,
aeson,
aeson < 2.2,
http-common >= 0.8.3.4
if flag(network-uri)
build-depends: network-uri >= 2.6, network >= 2.6
Expand Down

0 comments on commit 8dfd5c8

Please sign in to comment.